diff options
author | Chris Evich <cevich@redhat.com> | 2022-09-13 10:16:14 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-09-14 13:26:12 -0400 |
commit | 815655b9d5531308ba41e52bdd7fd1ba46501219 (patch) | |
tree | 6cc1777c56ce9f044c3476e860f112bb40d28b47 | |
parent | 017d81ddd0e8d228aadb949175c0aae1e4b9d925 (diff) | |
download | podman-815655b9d5531308ba41e52bdd7fd1ba46501219.tar.gz podman-815655b9d5531308ba41e52bdd7fd1ba46501219.tar.bz2 podman-815655b9d5531308ba41e52bdd7fd1ba46501219.zip |
Cirrus: Move gitlab test to cirrus-cron "main"
There's little need to execute this test for (nearly) every PR.
Further, since it always executes the *latest* upstream tests, there's
no need to run it on any branch other than `main`. Arrange for it to
only execute for the `main` cirrus-cron trigger.
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4d7fbde13..fa7d80d6a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -872,7 +872,7 @@ rootless_gitlab_test_task: name: *std_name_fmt alias: rootless_gitlab_test # Docs: ./contrib/cirrus/CIModes.md - only_if: *not_tag_branch_build_docs + only_if: &cirrus_cron "${CIRRUS_CRON} == 'main'" # Community-maintained downstream test may fail unexpectedly. # Ref. repository: https://gitlab.com/gitlab-org/gitlab-runner # If necessary, uncomment the next line and file issue(s) with details. |