You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then both jobs will execute locally first because bar is not a cluster variable and so it pulls in foo too when DAMNIT is executing bar. What we should do instead is promote bar to being a cluster variable like we do for proc variables:
If we have a context file like this:
Then both jobs will execute locally first because
bar
is not a cluster variable and so it pulls infoo
too when DAMNIT is executingbar
. What we should do instead is promotebar
to being a cluster variable like we do for proc variables:DAMNIT/damnit/ctxsupport/ctxrunner.py
Line 52 in e2550d6
The text was updated successfully, but these errors were encountered: