Module: Mesa Branch: main Commit: 17c27e68edd0759e254c67bbb7fcc1f9fec01b84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17c27e68edd0759e254c67bbb7fcc1f9fec01b84
Author: Emma Anholt <[email protected]> Date: Thu Sep 15 12:02:50 2022 -0700 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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18620> --- 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
