summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raman <vignesh.raman@collabora.com>2025-06-26 15:56:57 +0530
committerRob Clark <robin.clark@oss.qualcomm.com>2025-06-29 17:08:58 -0700
commit316b31dd39bfc4d6099f1ab049c0da53af6acd20 (patch)
tree648020c4f69a75ee58e9ad332a56ed88d8c11e4b
parent9386dc09c5040047bee0da3e6f2e78034117dba7 (diff)
drm/ci: i915: cml: Fix the runner tag
The GitLab runner tags are case sensitive, and Flip-hatch's tag was incorrectly lowercase. This prevented jobs from being picked up by the runner. Fix the runner tag for Flip-hatch. Based on https://gitlab.freedesktop.org/mesa/mesa/-/commit/03b480d3 Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
-rw-r--r--drivers/gpu/drm/ci/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index ec93b9dc9ebe..81147e86bfd0 100644
--- a/drivers/gpu/drm/ci/test.yml
+++ b/drivers/gpu/drm/ci/test.yml
@@ -308,7 +308,7 @@ i915:cml:
variables:
DEVICE_TYPE: asus-C436FA-Flip-hatch
GPU_VERSION: cml
- RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-flip-hatch
+ RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-Flip-hatch
i915:tgl:
extends: