Skip to content

Commit

Permalink
use owncloudci fedora images
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Aug 30, 2022
1 parent 876fb3f commit 569e9d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ MYSQL = "mysql:8.0"
OC_CI_ALPINE = "owncloudci/alpine:latest"
OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-buildifier"
OC_CI_CLIENT = "owncloudci/client:latest"
OC_CI_CLIENT_FEDORA = "sawjan/client-fedora:slim"
OC_CI_CLIENT_FEDORA = "sawjan/client:fedora-36-amd64"
OC_CI_CORE = "owncloudci/core"
OC_CI_DRONE_CANCEL_PREVIOUS_BUILDS = "owncloudci/drone-cancel-previous-builds"
OC_CI_PHP = "owncloudci/php:%s"
OC_CI_SQUISH = "owncloudci/squish:6.7-20220106-1008-qt515x-linux64"
OC_CI_SQUISH_FEDORA = "sawjan/squish-fedora:slim"
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.6.0"
OC_UBUNTU = "owncloud/ubuntu:20.04"
Expand Down Expand Up @@ -250,7 +249,7 @@ def unit_tests(build_dir, depends_on = []):
def gui_tests(squish_parameters = "", depends_on = []):
return [{
"name": "GUItests",
"image": OC_CI_SQUISH_FEDORA,
"image": OC_CI_SQUISH,
"environment": {
"LICENSEKEY": from_secret("squish_license_server"),
"GUI_TEST_REPORT_DIR": GUI_TEST_REPORT_DIR,
Expand Down

0 comments on commit 569e9d9

Please sign in to comment.