From fd2a96af5aac5ee06f90c125260bbaa6e7e93936 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 4 Dec 2020 07:32:33 +0545 Subject: [PATCH 1/3] Fix typo in comment in .drone.star --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 5e3ddf531..83f8cc2b3 100644 --- a/.drone.star +++ b/.drone.star @@ -1667,7 +1667,7 @@ def genericCache(name, action, mounts, cache_key): 'from_secret': 'cache_s3_endpoint' }, 'bucket': 'cache', - 'region': 'us-east-1', # not used at all, but failes if not given! + 'region': 'us-east-1', # not used at all, but fails if not given! 'path_style': 'true', 'cache_key': cache_key, 'rebuild': rebuild, From 151806157b09d135a2a2c657cb4b609858164649 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 4 Dec 2020 07:33:14 +0545 Subject: [PATCH 2/3] Update phoenix UI test commit id --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 83f8cc2b3..3f19a93f6 100644 --- a/.drone.star +++ b/.drone.star @@ -22,7 +22,7 @@ config = { }, 'uiTests': { 'phoenixBranch': 'master', - 'phoenixCommit': 'bed4effca2eb492d0ee20eee48575ea1eb92cd35', + 'phoenixCommit': 'c548282ab652b78e8c077d8bdf32b25060414047', 'suites': { 'webUIBasic': [ 'webUILogin', From 5c05441044b5f343e37b05a2595612bbf3d1049d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 4 Dec 2020 08:36:41 +0545 Subject: [PATCH 3/3] Update core API test commit id --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 3f19a93f6..606f26168 100644 --- a/.drone.star +++ b/.drone.star @@ -17,7 +17,7 @@ config = { }, 'apiTests': { 'coreBranch': 'master', - 'coreCommit': 'ed326fd54c7f9142389e49aad87653a905c6ddb7', + 'coreCommit': '027bc8b5fe8ad29967184eab200abd4211ef9006', 'numberOfParts': 10 }, 'uiTests': {