Module: Mesa Branch: main Commit: 8e5c33f8a221918bc08bb669c0411bfe9f7f91f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e5c33f8a221918bc08bb669c0411bfe9f7f91f0
Author: Guilherme Gallo <[email protected]> Date: Sun Mar 5 19:15:23 2023 +0100 ci: Fix freedreno-rules-performance Signed-off-by: Guilherme Gallo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22065> --- .gitlab-ci/test-source-dep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 0dbed2d7e86..e027aeb08c5 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -330,8 +330,9 @@ # Ensure that we are using the release build artifact MINIO_ARTIFACT_NAME: mesa-arm64-release needs: - - job: debian/arm64_test + - debian/arm64_test - debian-arm64-release + dependencies: null .nouveau-rules: stage: nouveau
