From 17c27e68edd0759e254c67bbb7fcc1f9fec01b84 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 15 Sep 2022 12:02:50 -0700 Subject: [PATCH] ci/turnip: Bump the full-run a618 runner count to 3. That's 1/3 of the farm locked up per manual full run someone starts. But, right now, we've bumped the runtime of a full run up to the point that we were hitting the 2 hour timeout. Part-of: --- src/freedreno/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 21c64403c13..e20ca1688da 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -150,7 +150,7 @@ a618_vk_full: # We use a longer timeout to keep the parallel down so that we don't lock up # too many runners for a long time when a dev is trying out at full VK status. timeout: 2h - parallel: 2 + parallel: 3 variables: # ran into OOM with VK-GL-CTS 1.2.8.0 at 6 FDO_CI_CONCURRENT: 4