Skip to content

Commit

Permalink
Make sure gradle check is using c518xlarge runner (#2270)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jun 27, 2022
1 parent cba34fd commit f5abc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
agent {
node {
// Must use Ubuntu agent with 1 executor or gradle check will show a lot of java-related errors
label 'Jenkins-Agent-Ubuntu2004-X64-c54xlarge-Single-Host'
label 'Jenkins-Agent-Ubuntu2004-X64-c518xlarge-Single-Host'
}
}
parameters {
Expand Down

0 comments on commit f5abc5a

Please sign in to comment.