From 381ad3d04e1e3279ef0d1792467fb4c855916a94 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 15 May 2024 13:02:01 -0700 Subject: [PATCH] CI: Disable spicy_head task for release branches --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index c16edde29c..b04ef9d74c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -324,6 +324,9 @@ ubuntu22_spicy_head_task: upload_binary_artifacts: path: build.tgz benchmark_script: ./ci/benchmark.sh + # Don't run this job on release branches. It tests against spicy HEAD, which + # will frequently require other fixes that won't be in a release branch. + skip: $CIRRUS_BRANCH =~ 'release/.*' << : *BENCHMARK_ONLY_IF_TEMPLATE ubuntu20_task: