Skip to content

Commit

Permalink
Moving prepare stage to node 'worker' instead of 'Linux/x64' (#910)
Browse files Browse the repository at this point in the history
Moving prepare stage to node 'worker' instead of 'Linux/x64', which is
has more abundant executors than 'linux/x64'.

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Feb 2, 2024
1 parent a6efa25 commit 0cdd4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/reproduce_comparison/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Jenkins job does reproducible build compare.
*/
import groovy.json.JsonOutput

env.NODE_LABEL = 'dockerBuild&&linux&&x64'
env.NODE_LABEL = 'worker'
pipeline {
agent none
parameters {
Expand Down

0 comments on commit 0cdd4fc

Please sign in to comment.