Mesa (master): ci: Use a tag from the parallel-deqp-runner repo.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 22 23:49:05 UTC 2019


Module: Mesa
Branch: master
Commit: 59b489f44be8ae64a701568f2ae5247933e94fe7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59b489f44be8ae64a701568f2ae5247933e94fe7

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Nov 22 15:16:27 2019 -0800

ci: Use a tag from the parallel-deqp-runner repo.

If the repo continues development, we don't want to accidentally pick
up potentially breaking changes on our next container rebuild.

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .gitlab-ci/build-cts-runner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/build-cts-runner.sh b/.gitlab-ci/build-cts-runner.sh
index c4d8bd878f3..716cf661637 100644
--- a/.gitlab-ci/build-cts-runner.sh
+++ b/.gitlab-ci/build-cts-runner.sh
@@ -2,7 +2,7 @@
 
 set -ex
 
-git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1
+git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 -b mesa-ci-2019-11-22
 cd parallel-deqp-runner
 meson build/
 ninja -C build -j4 install




More information about the mesa-commit mailing list