From 25d196332ac114285af04ab6f9799f01e7501682 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 25 Aug 2020 09:58:47 +0545 Subject: [PATCH 1/3] [Tests-Only] Bump core commit id --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index e0ff686e88..8821a509fe 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ config = { 'apiTests': { 'coreBranch': 'master', - 'coreCommit': '7c60e4d712b4abfe6234705f1a36c19a311bfe13', + 'coreCommit': '5804220153fb311d37b5eda7440cfe7edc355166', 'numberOfParts': 2 }, 'uiTests': { From c973a67450c2cb3bdc269be26aafd46745639459 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 25 Aug 2020 11:03:48 +0545 Subject: [PATCH 2/3] Do not run any local_storage API tests --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 8821a509fe..e7fa4365dc 100644 --- a/.drone.star +++ b/.drone.star @@ -278,7 +278,7 @@ def coreApiTests(ctx, coreBranch = 'master', coreCommit = '', part_number = 1, n 'OCIS_REVA_DATA_ROOT': '/srv/app/tmp/reva/', 'SKELETON_DIR': '/srv/app/tmp/testing/data/apiSkeleton', 'TEST_OCIS':'true', - 'BEHAT_FILTER_TAGS': '~@notToImplementOnOCIS&&~@toImplementOnOCIS', + 'BEHAT_FILTER_TAGS': '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~@local_storage', 'DIVIDE_INTO_NUM_PARTS': number_of_parts, 'RUN_PART': part_number, 'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures-on-OC-storage.txt' From e55cfd737972fe1e366fd4c39bc49177a3a7f32a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 25 Aug 2020 13:20:13 +0545 Subject: [PATCH 3/3] Bump core commit to include core PR 37844 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index e7fa4365dc..b383b2bf0b 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ config = { 'apiTests': { 'coreBranch': 'master', - 'coreCommit': '5804220153fb311d37b5eda7440cfe7edc355166', + 'coreCommit': 'd65b8b5eefa0a59c8e9487196807d50588db698c', 'numberOfParts': 2 }, 'uiTests': {