From 00f9adcdf187c6d0c9c3df961c328f34ffeb223a Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 5 Oct 2023 16:57:05 +0000 Subject: [PATCH 1/3] 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]' From 5926663a8614a14f9b8c8c7744fc67a5a7c7999c Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 22 May 2022 06:17:39 +0000 Subject: [PATCH 2/3] CI: Disable MSVC task (MSVC is not supported) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index eda67b41db..cf8ce06017 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -95,6 +95,7 @@ task: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV task: + only_if: false name: "Win64 native [vs2022]" << : *FILTER_TEMPLATE windows_container: From d47d17a62061d2a20e5be0ffb51522bb08d7d443 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 5 Oct 2023 22:08:59 +0000 Subject: [PATCH 3/3] CI: Disable libbitcoinkernel task (not supported for now) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index cf8ce06017..c5f05e7156 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -309,6 +309,7 @@ task: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV task: + only_if: false name: '[no wallet, libbitcoinkernel] [focal]' << : *GLOBAL_TASK_TEMPLATE container: