Skip to content

Commit 49b1af7

Browse files
[gui-tests] Bump ocis to 5.0.0 (#11445)
* run tests against ocis 5.0.0-beta.1 * update ocis drone config * bump test-middleware version to 1.8.7 * report logs * run tests against ocis 5.0.0-beta.2 * run tests against ocis 5.0.0-rc.1 * run tests against ocis 5.0.0-rc.2 * run tests against ocis 5.0.0-rc.3 * run tests against ocis 5.0.0-rc.4 * run tests against ocis 5.0.0-rc.5 * bump ocis version to 5.0.0 --------- Co-authored-by: Salipa-Gurung <salipagurung@gmail.com>
1 parent d44c6fa commit 49b1af7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.drone.star

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ OC_CI_NODEJS = "owncloudci/nodejs:16"
1818
OC_CI_PHP = "owncloudci/php:%s"
1919
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
2020
OC_OCIS = "owncloud/ocis:%s"
21-
OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:1.8.3"
21+
OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:1.8.7"
2222
OC_UBUNTU = "owncloud/ubuntu:20.04"
2323

2424
# Eventually, we have to use image built on ubuntu
@@ -93,7 +93,7 @@ config = {
9393
"skip": False,
9494
},
9595
"ocis": {
96-
"version": "4",
96+
"version": "5.0.0",
9797
# comma separated list of tags to be used for filtering. E.g. "@tag1,@tag2"
9898
"tags": "~@skipOnOCIS",
9999
"skip": False,
@@ -567,11 +567,11 @@ def ocisService(server_version = "latest"):
567567
"IDM_ADMIN_PASSWORD": "admin",
568568
"STORAGE_HOME_DRIVER": "ocis",
569569
"STORAGE_USERS_DRIVER": "ocis",
570-
"OCIS_INSECURE": "true",
570+
"OCIS_INSECURE": True,
571571
"PROXY_ENABLE_BASIC_AUTH": True,
572572
"OCIS_LOG_LEVEL": "error",
573-
"OCIS_LOG_PRETTY": "true",
574-
"OCIS_LOG_COLOR": "true",
573+
"OCIS_LOG_PRETTY": True,
574+
"OCIS_LOG_COLOR": True,
575575
},
576576
"commands": [
577577
"/usr/bin/ocis init",

0 commit comments

Comments
 (0)