Skip to content

Commit a44f6ea

Browse files
committed
Add back 21
Signed-off-by: Ian Hoang <ianhoang16@gmail.com>
1 parent 6864946 commit a44f6ea

File tree

2 files changed

+2
-2
lines changed
  • osbenchmark/resources/provision_configs
    • 1.0/provision_config_instances/v1/vanilla
    • main/provision_config_instances/v1/vanilla

2 files changed

+2
-2
lines changed

osbenchmark/resources/provision_configs/1.0/provision_config_instances/v1/vanilla/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ docker_image=opensearchproject/opensearch
1818
# major version of the JDK that is used to build OpenSearch
1919
build.jdk = 21
2020
# list of JDK major versions that are used to run OpenSearch
21-
runtime.jdk = 17,16,15,14,13,12,11,8
21+
runtime.jdk = 21,17,16,15,14,13,12,11,8
2222
runtime.jdk.bundled = true

osbenchmark/resources/provision_configs/main/provision_config_instances/v1/vanilla/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ docker_image=opensearchproject/opensearch
1818
# major version of the JDK that is used to build OpenSearch
1919
build.jdk = 21
2020
# list of JDK major versions that are used to run OpenSearch
21-
runtime.jdk = 17,16,15,14,13,12,11,8
21+
runtime.jdk = 21,17,16,15,14,13,12,11,8
2222
runtime.jdk.bundled = true

0 commit comments

Comments
 (0)