summaryrefslogtreecommitdiff
path: root/.gitlab-ci/lava-gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2021-01-29 12:58:38 -0800
committerEric Anholt <eric@anholt.net>2021-02-07 21:42:39 -0800
commit48dd9b7e341d7c93d242e7dc6a19760459603129 (patch)
tree7b4e7da1b60f3696e434d468a471198fab61a6b6 /.gitlab-ci/lava-gitlab-ci.yml
parented138f2861a6cbc39085e0b506c90d35a3b3175b (diff)
ci/deqp: Bump runner to 0.5.1 for recent runtime perf improvements.
3 commits in 0.5.0: - 20-40s savings on many of our CI runs by dropping the clever test size scaling code. - Even bigger savings (especially on deqp-vk runs) by increasing maximuim test group size (~1/4 of runtime was spawning deqp on cheza, that cost is cut by ~75%) - No more needing to manually set MESA_DEBUG=silent 2 commits in 0.5.1: - Fixed automatic thread pool sizing to keep all CPUs busy (thanks for catching that Bas!). - Automatically size down test groups on short test lists and many CPUs, so split the list evenly between CPUs (such as on freedreno -options jobs). Acked-by: Daniel Stone <daniel@fooishbar.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8787>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-rw-r--r--.gitlab-ci/lava-gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index b73553223bf..6d3152ab3c4 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -1,5 +1,5 @@
variables:
- DISTRIBUTION_TAG: "2021-01-26-xserver"
+ DISTRIBUTION_TAG: "2021-02-01-runner"
.kernel+rootfs:
stage: container-2