Mesa (main): gitlab-ci: Fix octopus device type and tag

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 24 09:44:02 UTC 2021


Module: Mesa
Branch: main
Commit: 83ca8145e96da455feba2d609d5955443945e7ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=83ca8145e96da455feba2d609d5955443945e7ca

Author: Guilherme Gallo <guilherme.gallo at collabora.com>
Date:   Mon Aug 23 10:30:37 2021 -0300

gitlab-ci: Fix octopus device type and tag

* This month, the octopus device was renamed on Collabora's LAVA lab, so
  we need to update it to get it working again on Mesa CI.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12507>

---

 src/gallium/drivers/iris/ci/gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/iris/ci/gitlab-ci.yml b/src/gallium/drivers/iris/ci/gitlab-ci.yml
index a4461256b4f..c0fac6d99a1 100644
--- a/src/gallium/drivers/iris/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/iris/ci/gitlab-ci.yml
@@ -25,11 +25,11 @@
     - .iris-test
     - .test-manual-mr
   variables:
-    DEVICE_TYPE: hp-x360-12b-n4000-octopus
+    DEVICE_TYPE: hp-x360-12b-ca0010nr-n4020-octopus
     GPU_VERSION: iris-glk
     DEQP_EXPECTED_RENDERER: GLK
   tags:
-    - mesa-ci-x86-64-lava-hp-x360-12b-n4000-octopus
+    - mesa-ci-x86-64-lava-hp-x360-12b-ca0010nr-n4020-octopus
 
 .iris-amly-test:
   extends:



More information about the mesa-commit mailing list