Skip to content

Commit

Permalink
run all
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Nov 17, 2022
1 parent a35f1ef commit 61dd624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OC_CI_NODEJS = "owncloudci/nodejs:16"
# Todo: update or remove the following images
# https://github.com/owncloud/client/issues/10070
OC_CI_CLIENT_FEDORA = "owncloudci/client:fedora-36-amd64"
OC_CI_SQUISH = "sawjan/squish:nodejs" # "owncloudci/squish:fedora-36-6.7-20220106-1008-qt515x-linux64"
OC_CI_SQUISH = "owncloudci/squish:fedora-36-6.7-20220106-1008-qt515x-linux64"

OC_CI_TRANSIFEX = "owncloudci/transifex:latest"
OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:1.8.2"
Expand Down Expand Up @@ -168,7 +168,7 @@ def gui_test_pipeline(ctx, trigger = {}, filterTags = [], server_version = "dail
services = testMiddlewareService(server_type)

if server_type == "oc10":
squish_parameters += " --tags ~@skip,~@skipOnOC10 --tags @only"
squish_parameters += " --tags ~@skip,~@skipOnOC10"

steps += installCore(server_version) + \
setupServerAndApp() + \
Expand All @@ -177,7 +177,7 @@ def gui_test_pipeline(ctx, trigger = {}, filterTags = [], server_version = "dail
services += owncloudService() + \
databaseService()
else:
squish_parameters += " --tags ~@skip,~@skipOnOCIS --tags @only"
squish_parameters += " --tags ~@skip,~@skipOnOCIS"

steps += installPnpm() + \
ocisService() + \
Expand Down
1 change: 0 additions & 1 deletion test/gui/tst_editFiles/test.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@only
Feature: edit files

As a user
Expand Down

0 comments on commit 61dd624

Please sign in to comment.