From cfa8c2814d3dc1689bc71673f6cdd2db7964ee19 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 23 May 2023 18:58:56 -0700 Subject: [PATCH] .cirrus.yml: fix a warning Cirrus CI emits a bunch of warnings like this one: > task "success" depends on task "fedora-38 vfs", but their only_if conditions are different This was probably copied from another repo, which uses CI:DOCS magic to skip some tests. In this repo, it is not used, so remove the condition. Signed-off-by: Kir Kolyshkin --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 60b7c0d22..85a3770c1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -56,7 +56,6 @@ gce_instance: linux_testing: &linux_testing depends_on: - lint - only_if: $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' gce_instance: # Only need to specify differences from defaults (above) image_name: "${VM_IMAGE}"