diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-05-14 10:06:14 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-05-14 10:06:14 -0400 |
commit | acf0ec6cb49156c0b33c9d578df91fedff543bc7 (patch) | |
tree | 1adcd22e153e4267137744fd2ed53e1fa9836b7f /.cirrus.yml | |
parent | 66df63922275d5bee1c1b33d31bee18c006d4f42 (diff) | |
download | sos-acf0ec6cb49156c0b33c9d578df91fedff543bc7.tar.gz |
[cirrus] Make auto_cancellation global instead of environmental
Moves auto_cancellation to a global setting, instead of environmental.
Related: #2541
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c32b04d1..1728ca67 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,10 +3,6 @@ # Main environment vars to set for all tasks env: - # enable auto cancelling concurrent builds on master when multiple PRs are - # merged at once - auto_cancellation: true - FEDORA_VER: "33" FEDORA_PRIOR_VER: "32" FEDORA_NAME: "fedora-${FEDORA_VER}" @@ -35,6 +31,10 @@ env: # Default task timeout timeout_in: 30m +# enable auto cancelling concurrent builds on master when multiple PRs are +# merged at once +auto_cancellation: true + gcp_credentials: ENCRYPTED[!77d4c8251094346c41db63cb05eba2ff98eaff04e58c5d0e2a8e2c6f159f7d601b3fe9a2a4fce1666297e371f2fc8752!] # Run a simple lint on the community cluster |