Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

silent die on incorrect node selection #37

Open
lennybe opened this issue Jun 20, 2021 · 0 comments
Open

silent die on incorrect node selection #37

lennybe opened this issue Jun 20, 2021 · 0 comments

Comments

@lennybe
Copy link
Contributor

lennybe commented Jun 20, 2021

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:

  • nodeLabel: 'UFM-POC'

name: Install UFM
agentSelector: "{nodeLabel: 'UFM-CI'}"
run: |
echo "Uninstalling UFM on $name"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant