Module: Mesa Branch: main Commit: daafeb9893620dcfaeffda44d525dee2f9c97dbe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=daafeb9893620dcfaeffda44d525dee2f9c97dbe
Author: Martin Roukala (né Peres) <[email protected]> Date: Tue Sep 6 14:23:31 2022 +0300 radv/ci: run vkcts on the two steam decks in parallel We just added a new Steam Deck to our CI, which should allow us to halve the execution time of a full VKCTS run from 1h20 to a more reasonable 40 minutes. Signed-off-by: Martin Roukala (né Peres) <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18432> --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 216768f2329..76ab90d6908 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -212,6 +212,7 @@ vkcts-navi21-llvm-valve: RADV_DEBUG: llvm,checkir vkcts-vangogh-valve: + parallel: 2 extends: - .vkcts-test-valve - .vangogh-test-valve
