summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-01-20 14:57:24 -0500
committerChris Evich <cevich@redhat.com>2021-01-21 09:09:23 -0500
commitdbb99433d5c580c16bc94d5a354ecf309c7b4851 (patch)
tree89d039b589eb26db971fc242a87e55a7f39de2ed /.cirrus.yml
parent7d297ddbdabe81b94184f2b2fe095f42389ddfa6 (diff)
downloadpodman-dbb99433d5c580c16bc94d5a354ecf309c7b4851.tar.gz
podman-dbb99433d5c580c16bc94d5a354ecf309c7b4851.tar.bz2
podman-dbb99433d5c580c16bc94d5a354ecf309c7b4851.zip
[CI:DOCS] Cirrus: Skip smoke task on branch-push
There is no need to re-run the same basic validation checks as were presumably already run on a PR before it merged. There are also possible problems properly determining `$EPOCH_TEST_COMMIT` when there have been no successful CI-runs on the branch (i.e. it's new). This needlessly fouls up the git-validation tool. Fix Both problems by just skipping the 'smoke' task for branches and tags. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2aa751f9f..6071a6fa7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -108,7 +108,7 @@ automation_task:
smoke_task:
alias: 'smoke'
name: "Smoke Test"
- skip: *tags
+ skip: *branches_and_tags
container: &bigcontainer
image: ${CTR_FQIN}
# Leave some resources for smallcontainer