From db4d61692a67396dd6a1583fc7c5bd415293088e Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 30 Nov 2020 18:19:56 +0545 Subject: [PATCH 1/2] Set OCIS_LOG_LEVEL to warn in CI --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 72445ec71f..b1db35a71a 100644 --- a/.drone.star +++ b/.drone.star @@ -1485,6 +1485,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4): 'KONNECTD_IDENTIFIER_REGISTRATION_CONF': '/drone/src/tests/config/drone/identifier-registration.yml', 'KONNECTD_ISS': 'https://ocis-server:9200', 'KONNECTD_TLS': 'true', + 'OCIS_LOG_LEVEL': 'warn', } # Pass in "default" accounts_hash_difficulty to not set this environment variable. From 27ef08f1af759dc6d38871f540ed23e231806c00 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Tue, 1 Dec 2020 09:07:01 +0545 Subject: [PATCH 2/2] bump core test commit id to get TUS chunking tests --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index b1db35a71a..e6abc848a2 100644 --- a/.drone.star +++ b/.drone.star @@ -15,7 +15,7 @@ config = { }, 'apiTests': { 'coreBranch': 'master', - 'coreCommit': '26322d3bbedb5afe9a78ed5bcf88cfbf4ab2fd79', + 'coreCommit': 'a5df08ca512c3c8e65a01d018c9eec81b9cfccaa', 'numberOfParts': 10 }, 'uiTests': {