diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-01-09 17:09:11 +0100 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-01-09 16:31:14 +0100 |
commit | fae885b98fa1da702d1b36f4bf99209595816984 (patch) | |
tree | 77500375879670cc0d0dfd1c37760a9243a7c715 /.cirrus.yml | |
parent | 39363a4b945114f5e4718f75098f3036e8fe6a1d (diff) |
ci: Run one task with all tests on credits
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index b8db4aa1fa..4f0ad2d04a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -213,6 +213,8 @@ task: << : *GLOBAL_TASK_TEMPLATE container: image: quay.io/centos/centos:stream8 + # For faster CI feedback, immediately schedule one task that runs all tests + << : *CREDITS_TEMPLATE env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV PACKAGE_MANAGER_INSTALL: "yum install -y" |