From 9f1fd78e2ad5aab49965c64125d1b98bd0e1c409 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 17 Aug 2023 14:58:04 +0200 Subject: [PATCH] test: opensearch:2.1.0 as default ES ver --- .github/workflows/integration.yml | 4 ++-- integration_tests.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c718463602c..2bf15f87a80 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -31,8 +31,8 @@ jobs: matrix: # TEST_NAME is a dummy variable used to make it easier to read the web interface include: - - TEST_NAME: "MariaDB 10.6, opensearch:2.1.0" - ARGS: MYSQL_VER=mariadb:10.6.3 ES_VER=opensearchproject/opensearch:2.1.0 + - TEST_NAME: "MariaDB 10.6, elasticsearch:7.9.1" + ARGS: MYSQL_VER=mariadb:10.6.3 ES_VER=elasticsearch:7.9.1 - TEST_NAME: "DIPS" ARGS: TEST_HTTPS=No - TEST_NAME: "Force DEncode" diff --git a/integration_tests.py b/integration_tests.py index 14290d81197..65544fdf85a 100755 --- a/integration_tests.py +++ b/integration_tests.py @@ -23,7 +23,7 @@ # Editable configuration DEFAULT_HOST_OS = "cc7" DEFAULT_MYSQL_VER = "mysql:8.0" -DEFAULT_ES_VER = "elasticsearch:7.9.1" +DEFAULT_ES_VER = "opensearchproject/opensearch:2.1.0" DEFAULT_IAM_VER = "indigoiam/iam-login-service:v1.8.0" FEATURE_VARIABLES = { "DIRACOSVER": "master",