From a8293b92453579f8fbdc76e19a4ff67b291044ed Mon Sep 17 00:00:00 2001 From: ishabaral Date: Thu, 16 Jan 2025 10:44:06 +0545 Subject: [PATCH] test squish image --- .drone.star | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index d072e853cdd..006fa290b66 100644 --- a/.drone.star +++ b/.drone.star @@ -8,6 +8,7 @@ DEFAULT_PHP_VERSION = "7.4" MYSQL = "mysql:8.0" +PYTHON = "python:3.10" OC_CI_ALPINE = "owncloudci/alpine:latest" OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-buildifier" OC_CI_CLIENT = "owncloudci/client:latest" @@ -23,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-41-amd64" -OC_CI_SQUISH = "owncloudci/squish:fedora-39-8.0.0-qt67x-linux64" +OC_CI_SQUISH = "ishabaral/squish:latest" PLUGINS_GIT_ACTION = "plugins/git-action:1" PLUGINS_S3 = "plugins/s3:1.4.0" @@ -328,7 +329,7 @@ def lint_gui_test(): def python_lint(): return [{ "name": "python-lint", - "image": OC_CI_SQUISH, + "image": PYTHON, "commands": [ "make -C %s pip-install" % dir["guiTest"], "make -C %s python-lint" % dir["guiTest"], @@ -615,7 +616,7 @@ def installPnpm(): def install_python_modules(): return [{ "name": "install-python-modules", - "image": OC_CI_SQUISH, + "image": PYTHON, "user": "0:0", "commands": [ "make -C %s pip-install" % dir["guiTest"],