From a35742c434e6c4bd7834521061df9ed8410b2d6e Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 8 Aug 2022 10:59:56 +0200 Subject: [PATCH] radv/ci: Put one more board to run the CTS on Stoney Ridge These jobs were taking more than 20 minutes to run, slowing the pipeline down. Reviewed-by: David Heidelberg Reviewed-by: Emma Anholt Part-of: --- src/amd/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index c165ddbc586..98666f2e176 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -1,10 +1,10 @@ ############### LAVA -# Run three jobs in parallel each running 1/30th of the test suite +# Run four jobs in parallel each running 1/40th of the test suite radv_stoney_vkcts:amd64: extends: - .lava-test:amd64 - .radv-rules - parallel: 3 + parallel: 4 variables: DEQP_VER: vk DEQP_FRACTION: 10