From fae885b98fa1da702d1b36f4bf99209595816984 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 9 Jan 2023 17:09:11 +0100 Subject: [PATCH] ci: Run one task with all tests on credits --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) 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"