ci: uprev deqp-runner from 0.18.0 to 0.20.0
This includes experimental support for running fluster tests with fluster-runner and several other fixes. * Log PID in outputs. * Support loading zstd compressed caselist/baseline/skips/flakes * cargo: update repository url * deqp: Add a --vk-device-id argument * Add warnings for poor load balancing with --vk-device-id * config: fix typo in argument help string * Check for "DeviceLost" test status. * ci: update upstream repo * ci: drop duplicate key * ci: deduplicate deb jobs * ci: run merge pipelines in merge request instead of in fork * ci: only run tests *before* merging * ci: only run deb jobs *after* merging * parse: Add a FullTest ParserState * Add a fluster runner * tests: Add integration tests for fluster * readme: Add information on fluster-runner * lib: Add a --max-fails optional usize argument * piglit: Use a Box<Run> in the SubCommand enum * Bump version to 0.19.0 for release. * Escape dots for non-regexes lines * Add a .mailmap * Bump version to 0.20.0 for release. Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29931>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
DEQP_RUNNER_VERSION=0.18.0
|
||||
DEQP_RUNNER_VERSION=0.20.0
|
||||
|
||||
DEQP_RUNNER_GIT_URL="${DEQP_RUNNER_GIT_URL:-https://gitlab.freedesktop.org/mesa/deqp-runner.git}"
|
||||
|
||||
|
@@ -27,10 +27,10 @@ variables:
|
||||
DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
|
||||
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
|
||||
|
||||
DEBIAN_TEST_ANDROID_TAG: "20240423-deqp"
|
||||
DEBIAN_TEST_GL_TAG: "20240713-piglit-58"
|
||||
DEBIAN_TEST_VK_TAG: "20240713-piglit-58"
|
||||
KERNEL_ROOTFS_TAG: "20240713-piglit-58"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20240722-deqp"
|
||||
DEBIAN_TEST_GL_TAG: "20240722-deqp"
|
||||
DEBIAN_TEST_VK_TAG: "20240722-deqp"
|
||||
KERNEL_ROOTFS_TAG: "20240722-deqp"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20240717-pyyaml"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
|
||||
|
Reference in New Issue
Block a user