Skip to content

Commit

Permalink
Update performance test agent label (#2033)
Browse files Browse the repository at this point in the history
* Update performance test agent label

Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>

* Update agent label and image

Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
  • Loading branch information
kotwanikunal committed Apr 29, 2022
1 parent cfdc6fe commit 6c4f856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/opensearch/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-c54xlarge-Docker-Host'
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 = 'perf-test'
}
Expand Down

0 comments on commit 6c4f856

Please sign in to comment.