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

Update logic for node that used for the setup work #4798

Closed
llxia opened this issue Oct 4, 2023 · 0 comments · Fixed by #4800
Closed

Update logic for node that used for the setup work #4798

llxia opened this issue Oct 4, 2023 · 0 comments · Fixed by #4800

Comments

@llxia
Copy link
Contributor

llxia commented Oct 4, 2023

In the test pipeline, to make machine usage more effective, we use any node for the setup work that does not need a specific machine. However, not all machines can be used for setup work (i.e., network issues).


We will update the logic to the following. The default is ci.role.test

SETUP_LABEL=params.SETUP_LABEL ?: "ci.role.test"
node (SETUP_LABEL){
    ...
}
llxia added a commit to llxia/aqa-tests that referenced this issue Oct 4, 2023
llxia added a commit to llxia/aqa-tests that referenced this issue Oct 5, 2023
llxia added a commit to llxia/aqa-tests that referenced this issue Oct 5, 2023
llxia added a commit to llxia/aqa-tests that referenced this issue Oct 5, 2023
llxia added a commit to llxia/aqa-tests that referenced this issue Oct 5, 2023
llxia added a commit to llxia/aqa-tests that referenced this issue Oct 5, 2023
smlambert pushed a commit that referenced this issue Oct 6, 2023
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

Successfully merging a pull request may close this issue.

1 participant