Skip to content

Commit

Permalink
Use dedicated jenkins host for CCR Perf tests (#2059)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Kala <[email protected]>
  • Loading branch information
ankitkala authored Apr 29, 2022
1 parent 2fe7723 commit e7d94ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/cross-cluster-replication/perf-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pipeline {
timeout(time: 10, unit: 'HOURS')
}
environment {
AGENT_LABEL = 'Jenkins-Agent-al2-x64-m5xlarge-Perf-Test'
AGENT_IMAGE = 'opensearchstaging/ci-runner:ci-runner-centos7-v1'
AGENT_LABEL = 'Jenkins-Agent-al2-x64-m52xlarge-Docker-Host-Perf-Test'
AGENT_IMAGE = 'opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2'
BUNDLE_MANIFEST = 'bundle-manifest.yml'
JOB_NAME = 'ccr-perf-test'
}
Expand Down

0 comments on commit e7d94ea

Please sign in to comment.