Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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