From 8920b2c65e329fcd7b7592d8c4ced42ec8c42bb6 Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Mon, 7 Jun 2021 12:57:49 +0200 Subject: [PATCH 1/3] Update stale.yml --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 8270c572ae..543289fd00 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ daysUntilClose: 10 exemptLabels: - "Type:Bug" - "Type:Technical-Debt" + - "Category:Research" # Label to use when marking an issue as stale staleLabel: "Status:Stale" # Comment to post when marking an issue as stale. Set to `false` to disable From 9bb9d3d80aaae7879d634ee7fe0382d91c71ef36 Mon Sep 17 00:00:00 2001 From: Parajuli Kiran Date: Mon, 7 Jun 2021 16:52:35 +0545 Subject: [PATCH 2/3] Used another selenium service for settings ui test --- .drone.star | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.drone.star b/.drone.star index 179c1a9503..edc419a4cc 100644 --- a/.drone.star +++ b/.drone.star @@ -699,19 +699,8 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4): "name": "redis", "image": "redis:6-alpine", "pull": "always", - }, - { - "name": "selenium", - "image": "selenium/standalone-chrome-debug:3.141.59-20200326", - "pull": "always", - "volumes": [ - { - "name": "uploads", - "path": "/uploads", - }, - ], - }, - ], + } + ] + selenium(), "volumes": [stepVolumeOC10Tests] + [{ "name": "uploads", From 51abdf12b3d5ed9092b8df60a5510e39028ad555 Mon Sep 17 00:00:00 2001 From: Parajuli Kiran Date: Mon, 7 Jun 2021 17:03:28 +0545 Subject: [PATCH 3/3] fixed ci format --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index edc419a4cc..534bdf5c43 100644 --- a/.drone.star +++ b/.drone.star @@ -699,7 +699,7 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4): "name": "redis", "image": "redis:6-alpine", "pull": "always", - } + }, ] + selenium(), "volumes": [stepVolumeOC10Tests] + [{