Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 23, 2024
1 parent 1901364 commit e8071ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OC_UBUNTU = "owncloud/ubuntu:20.04"
# Todo: update or remove the following images
# https://github.com/owncloud/client/issues/10070
OC_CI_CLIENT_FEDORA = "owncloudci/client:fedora-39-amd64"
OC_CI_SQUISH = "sawjan/squish:unlock"
OC_CI_SQUISH = "sawjan/squish:export-session"
OC_CI_SQUISH_UP = "owncloudci/squish:fedora-39-7.2.1-qt66x-linux64"

PLUGINS_GIT_ACTION = "plugins/git-action:1"
Expand Down Expand Up @@ -329,7 +329,7 @@ def unit_tests(image = OC_CI_CLIENT):
def gui_tests(squish_parameters = "", server_type = "oc10"):
return [{
"name": "GUItests",
"image": OC_CI_SQUISH if server_type == "ocis" else OC_CI_SQUISH_UP,
"image": OC_CI_SQUISH, # if server_type == "ocis" else OC_CI_SQUISH_UP,
"environment": {
"LICENSEKEY": from_secret("SQUISH_LICENSEKEY"),
"GUI_TEST_REPORT_DIR": dir["guiTestReport"],
Expand Down

0 comments on commit e8071ce

Please sign in to comment.