summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c7817cde8..04b31b1e0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -186,7 +186,6 @@ container_image_build_task:
# source code using contrib/rpm/podman.spec.in
rpmbuild_task:
- skip: $CI == 'true'
only_if: >-
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*' &&
@@ -247,7 +246,6 @@ vendor_task:
# whether the git tree is clean.
varlink_api_task:
- skip: $CI == 'true'
only_if: >-
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*'
@@ -646,7 +644,6 @@ special_testing_in_podman_task:
special_testing_cross_task:
- skip: $CI == 'true'
alias: "special_testing_cross"
depends_on:
- "gating"
@@ -712,7 +709,6 @@ special_testing_bindings_task:
special_testing_endpoint_task:
- skip: $CI == 'true'
depends_on:
- "gating"
- "varlink_api"