diff options
author | Chris Evich <cevich@redhat.com> | 2020-03-16 11:46:36 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-03-30 17:08:48 -0400 |
commit | 0dfa163a64a7ba338a7ab9042f01a61d16399fad (patch) | |
tree | 9fb6c7f424c79665b326f4f6ed1b33b0043ea0f7 /.cirrus.yml | |
parent | edd623c4196f4b193387730f7989cfa108d634be (diff) | |
download | podman-0dfa163a64a7ba338a7ab9042f01a61d16399fad.tar.gz podman-0dfa163a64a7ba338a7ab9042f01a61d16399fad.tar.bz2 podman-0dfa163a64a7ba338a7ab9042f01a61d16399fad.zip |
Cirrus: Remove darwin/windows builds in gate-job
It's advisable to have the initial gating job execute as quickly as
possible, weeding out simple mistakes early on, when possible. However,
over time it has bloated to duplicate some more specific testing which
occurs in other tasks. In this specific case the
`special_testing_cross` task. Remove these duplicate items from the gate
job to speed things up for everyone.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0770e0702..81430de99 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -139,8 +139,6 @@ gating_task: - '/usr/local/bin/entrypoint.sh clean podman-remote |& ${TIMESTAMP}' - '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}' - '/usr/local/bin/entrypoint.sh local-cross |& ${TIMESTAMP}' - - '/usr/local/bin/entrypoint.sh podman-remote-darwin |& ${TIMESTAMP}' - - '/usr/local/bin/entrypoint.sh podman-remote-windows |& ${TIMESTAMP}' # Verify some aspects of ci/related scripts ci_script: |