From 03b480d381e79f5fc76cab0b97ae7d394c8b49f2 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 12 Jun 2025 21:44:08 +0200 Subject: [PATCH] ci/intel: Fix the runner tag for Flip-hatch 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. Also remove an outdated note, as the device now appears to be stable. Signed-off-by: Valentine Burley Part-of: --- src/intel/ci/gitlab-ci-inc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/intel/ci/gitlab-ci-inc.yml b/src/intel/ci/gitlab-ci-inc.yml index 25b58cfecf6..8b013338e20 100644 --- a/src/intel/ci/gitlab-ci-inc.yml +++ b/src/intel/ci/gitlab-ci-inc.yml @@ -315,7 +315,6 @@ RUNNER_TAG: mesa-ci-x86-64-lava-dell-latitude-5400-8665U-sarien # Status: https://lava.collabora.dev/scheduler/device_type/asus-C436FA-Flip-hatch -# Note: Reported they have too often network problems and fail to boot. Puff device is the alternative. .lava-asus-C436FA-Flip-hatch:x86_64: variables: DEVICE_TYPE: asus-C436FA-Flip-hatch @@ -323,7 +322,7 @@ FDO_CI_CONCURRENT: 9 GPU_VERSION: iris-cml HWCI_KERNEL_MODULES: i915 - RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-flip-hatch + RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-Flip-hatch # Status: https://lava.collabora.dev/scheduler/device_type/acer-chromebox-cxi4-puff .lava-acer-chromebox-cxi4-puff:x86_64: