From 9bb9d3d80aaae7879d634ee7fe0382d91c71ef36 Mon Sep 17 00:00:00 2001 From: Parajuli Kiran Date: Mon, 7 Jun 2021 16:52:35 +0545 Subject: [PATCH 1/2] 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 179c1a950..edc419a4c 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 2/2] fixed ci format --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index edc419a4c..534bdf5c4 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] + [{