Skip to content

Commit

Permalink
Switch benchmark agent to newspec runner for testing (#3931)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Aug 29, 2023
1 parent 885320b commit 535ec73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/cross-cluster-replication/perf-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
timeout(time: 10, unit: 'HOURS')
}
environment {
AGENT_LABEL = 'Jenkins-Agent-AL2023-X64-M52xlarge-Docker-Host-Benchmark-Test'
AGENT_LABEL = 'Jenkins-Agent-AL2023-X64-M52xlarge-Benchmark-Test'
AGENT_IMAGE = 'opensearchstaging/ci-runner:ci-runner-centos7-performance-test-v3'
BUNDLE_MANIFEST = 'bundle-manifest.yml'
JOB_NAME = 'ccr-perf-test'
Expand Down
2 changes: 1 addition & 1 deletion jenkins/legacy/perf-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
buildDiscarder(logRotator(daysToKeepStr: '30'))
}
environment {
AGENT_LABEL = 'Jenkins-Agent-AL2023-X64-M52xlarge-Docker-Host-Benchmark-Test'
AGENT_LABEL = 'Jenkins-Agent-AL2023-X64-M52xlarge-Benchmark-Test'
AGENT_IMAGE = 'opensearchstaging/ci-runner:ci-runner-centos7-performance-test-v3'
BUNDLE_MANIFEST = 'bundle-manifest.yml'
JOB_NAME = 'perf-test'
Expand Down
2 changes: 1 addition & 1 deletion jenkins/opensearch/benchmark-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
buildDiscarder(logRotator(daysToKeepStr: '30'))
}
environment {
AGENT_LABEL = 'Jenkins-Agent-AL2023-X64-M52xlarge-Docker-Host-Benchmark-Test'
AGENT_LABEL = 'Jenkins-Agent-AL2023-X64-C54xlarge-Benchmark-Test-New-Spec'
BUNDLE_MANIFEST = 'bundle-manifest.yml'
JOB_NAME = 'benchmark-test'
}
Expand Down

0 comments on commit 535ec73

Please sign in to comment.