Skip to content

Commit

Permalink
Wait for PRs on slc9 nodes (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 21, 2024
1 parent 3a3ad91 commit b71f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/daily-tags
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ try {

stage "Wait pull requests"
if ("$WAIT_PR" == "true") {
node ("slc7_x86-64-light") {
node ("slc9_x86-64-light") {
timeout (240) {
withEnv(["ALIBOT_SLUG=${ALIBOT_SLUG}",
"WAIT_PR_LIMIT=${WAIT_PR_LIMIT}",
Expand Down

0 comments on commit b71f16f

Please sign in to comment.