Skip to content

Commit

Permalink
Update 3.0.0 manifest to use JDK-20 (#3595)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Jun 2, 2023
1 parent 8ad3175 commit 9fbd2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/3.0.0/opensearch-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: OpenSearch
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
args: -e JAVA_HOME=/opt/java/openjdk-17
args: -e JAVA_HOME=/opt/java/openjdk-20
components:
- name: cross-cluster-replication
integ-test:
Expand Down
2 changes: 1 addition & 1 deletion manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
args: -e JAVA_HOME=/opt/java/openjdk-17
args: -e JAVA_HOME=/opt/java/openjdk-20
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
Expand Down

0 comments on commit 9fbd2be

Please sign in to comment.