From 91be7489bc71a0268996227ddd733c78f898e703 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Fri, 3 Feb 2023 11:48:35 -0600 Subject: [PATCH] CI: Disable some Cirrus CI jobs during RIIR transition We can re-enable these once we're nearing a RIIR release (or if someone thinks it's a good use of their time to fix them before then). Otherwise we're just going to have GitHub reporting CI failure for all commits instead of just the ones that actually broke something. (I'm mainly trying to get the branch in a good state to merge into master.) --- .cirrus.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 03121b474..dee0cbc93 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -51,7 +51,8 @@ linux_task: - ninja -j 6 fish fish_tests - ninja fish_run_tests - only_if: $CIRRUS_REPO_OWNER == 'fish-shell' + # CI task disabled during RIIR transition + only_if: false && $CIRRUS_REPO_OWNER == 'fish-shell' linux_arm_task: matrix: @@ -74,7 +75,8 @@ linux_arm_task: - file ./fish - ninja fish_run_tests - only_if: $CIRRUS_REPO_OWNER == 'fish-shell' + # CI task disabled during RIIR transition + only_if: false && $CIRRUS_REPO_OWNER == 'fish-shell' freebsd_task: matrix: