Module: Mesa Branch: main Commit: 9563cd7d7c0c52fed90b96d8c31b022e0e6b8b11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9563cd7d7c0c52fed90b96d8c31b022e0e6b8b11
Author: David Heidelberg <[email protected]> Date: Thu Aug 11 15:14:45 2022 +0200 ci: move lava-test into debian-build-testing Should speed up the debian-testing job by a few seconds. Reviewed-by: Guilherme Gallo <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17574> --- .gitlab-ci/build/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 896ea536693..510991285cb 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -86,7 +86,6 @@ debian-testing: MINIO_ARTIFACT_NAME: mesa-amd64 LLVM_VERSION: "13" script: - - .gitlab-ci/lava/lava-pytest.sh - .gitlab-ci/meson/build.sh - .gitlab-ci/prepare-artifacts.sh artifacts: @@ -171,6 +170,7 @@ debian-build-testing: -D osmesa=true -D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,xvmc,lima,panfrost,asahi script: + - .gitlab-ci/lava/lava-pytest.sh - .gitlab-ci/meson/build.sh - .gitlab-ci/run-shader-db.sh
