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
In the scenario below, ci-demo is not executing step, since nodeLabel does not exist in run_on_agents,
But there is no error, so job exits with success
In the scenario below, ci-demo is not executing step, since nodeLabel does not exist in run_on_agents,
But there is no error, so job exits with success
http://hpc-master.lab.mtl.com:8080/view/UFM/job/UFM-CI/728/console
runs_on_agents:
name: Install UFM
agentSelector: "{nodeLabel: 'UFM-CI'}"
run: |
echo "Uninstalling UFM on $name"
The text was updated successfully, but these errors were encountered: