From 83ca8145e96da455feba2d609d5955443945e7ca Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Mon, 23 Aug 2021 10:30:37 -0300 Subject: [PATCH] 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: --- 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: