Skip to content

Commit

Permalink
Switch runner of gradle check to c524xlarge for more stable runs (#2298)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jul 6, 2022
1 parent 8701776 commit 9957f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ 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-c518xlarge-Single-Host'
// The c524xlarge is the instance type that has the least amount of errors during gradle check
// https://github.com/opensearch-project/OpenSearch/issues/1975
label 'Jenkins-Agent-Ubuntu2004-X64-c524xlarge-Single-Host'
}
}
parameters {
Expand Down

0 comments on commit 9957f65

Please sign in to comment.