diff options
author | Samuel Pitoiset <[email protected]> | 2020-03-05 15:09:38 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-16 14:36:41 +0000 |
commit | af6d8dea008bfc1a2cc5e82caa2f36ff6657deaa (patch) | |
tree | f90c85afd344ab9bb8d30994fd4705c851e67f1f | |
parent | 4668a08e9d7bf73683f9527920fc544eb95e8497 (diff) |
gitlab-ci: do not set the number of deqp-parallel jobs for RADV CTS
Let's the runner uses the maximum number of jobs to speedup CTS.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4179>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b595f75e019..e0da26a64e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -767,7 +767,6 @@ radv_polaris10_vkcts: - .deqp-test-vk - .test-radv-unsafe variables: - DEQP_PARALLEL: 4 DEQP_SKIPS: deqp-radv-polaris10-skips.txt tags: - polaris10 |