Skip to content

Commit

Permalink
Switch from CentOS7 to AL2 for 2.15.0 (opensearch-project#4738)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored May 30, 2024
1 parent 4f61f68 commit 4ebe613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/opensearch/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([
]))

def docker_images = [
'tar': 'opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3',
'tar': 'opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1',
'rpm': 'opensearchstaging/ci-runner:ci-runner-almalinux8-systemd-base-integtest-v1',
'deb': 'opensearchstaging/ci-runner:ci-runner-ubuntu2004-systemd-base-integtest-v3',
'zip': 'opensearchstaging/ci-runner:ci-runner-windows2019-opensearch-build-v1',
Expand Down
2 changes: 1 addition & 1 deletion manifests/2.15.0/opensearch-2.15.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
version: 2.15.0
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1
args: -e JAVA_HOME=/opt/java/openjdk-21
components:
- name: OpenSearch
Expand Down

0 comments on commit 4ebe613

Please sign in to comment.