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
I had this come up a couple of times in the most recent run I did: a condor-based task, like DeployTestingWaveforms or DeployInferLocal, would say that it was complete; i.e., the polling would show that out of X jobs, X had finished; but when the subsequent task tried to start, it would find that there were missing dependencies and the pipeline would fail. Restarting the pipeline caused the initial task to notice that there were actually some incomplete jobs, which it would run, and then the rest of the pipeline would run as normal.
The text was updated successfully, but these errors were encountered:
I had this come up a couple of times in the most recent run I did: a condor-based task, like
DeployTestingWaveforms
orDeployInferLocal
, would say that it was complete; i.e., the polling would show that out of X jobs, X had finished; but when the subsequent task tried to start, it would find that there were missing dependencies and the pipeline would fail. Restarting the pipeline caused the initial task to notice that there were actually some incomplete jobs, which it would run, and then the rest of the pipeline would run as normal.The text was updated successfully, but these errors were encountered: