From 00f9adcdf187c6d0c9c3df961c328f34ffeb223a Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 5 Oct 2023 16:57:05 +0000 Subject: [PATCH] ci: Run without self-hosted ci --- .cirrus.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 680024d155..eda67b41db 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -232,10 +232,15 @@ task: previous_releases_cache: folder: "releases" << : *GLOBAL_TASK_TEMPLATE - << : *PERSISTENT_WORKER_TEMPLATE + container: + cpu: 4 + memory: 16G + docker_arguments: + CI_IMAGE_NAME_TAG: ubuntu:focal + FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh" env: - << : *PERSISTENT_WORKER_TEMPLATE_ENV - FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh" + << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV + task: name: '[TSan, depends, gui] [lunar]'