Skip to content

Commit 0fd10f1

Browse files
authored
Merge pull request #7174 from fstagni/81_tests
test: opensearch:2.1.0 as default ES ver
2 parents ed56d47 + 9f1fd78 commit 0fd10f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
matrix:
3232
# TEST_NAME is a dummy variable used to make it easier to read the web interface
3333
include:
34-
- TEST_NAME: "MariaDB 10.6, opensearch:2.1.0"
35-
ARGS: MYSQL_VER=mariadb:10.6.3 ES_VER=opensearchproject/opensearch:2.1.0
34+
- TEST_NAME: "MariaDB 10.6, elasticsearch:7.9.1"
35+
ARGS: MYSQL_VER=mariadb:10.6.3 ES_VER=elasticsearch:7.9.1
3636
- TEST_NAME: "DIPS"
3737
ARGS: TEST_HTTPS=No
3838
- TEST_NAME: "Force DEncode"

integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Editable configuration
2424
DEFAULT_HOST_OS = "cc7"
2525
DEFAULT_MYSQL_VER = "mysql:8.0"
26-
DEFAULT_ES_VER = "elasticsearch:7.9.1"
26+
DEFAULT_ES_VER = "opensearchproject/opensearch:2.1.0"
2727
DEFAULT_IAM_VER = "indigoiam/iam-login-service:v1.8.0"
2828
FEATURE_VARIABLES = {
2929
"DIRACOSVER": "master",

0 commit comments

Comments
 (0)