From a41c4cc1fd13a07aaabb5aac345def16838a79a5 Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Wed, 13 Dec 2023 10:20:27 +0100 Subject: [PATCH] WIP: Re-enable Comet Lake There is a fresher device type with a CML GPU, with also a bigger number of boards. Those are more reliable, so also we can remove the manual rules. Signed-off-by: Sergi Blanch Torne Part-of: --- src/intel/ci/gitlab-ci-inc.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/intel/ci/gitlab-ci-inc.yml b/src/intel/ci/gitlab-ci-inc.yml index caa30177572..1dcc017656d 100644 --- a/src/intel/ci/gitlab-ci-inc.yml +++ b/src/intel/ci/gitlab-ci-inc.yml @@ -279,6 +279,7 @@ 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 @@ -288,6 +289,14 @@ HWCI_KERNEL_MODULES: i915 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: + variables: + DEVICE_TYPE: acer-chromebox-cxi4-puff + FDO_CI_CONCURRENT: 9 + GPU_VERSION: iris-cml + RUNNER_TAG: mesa-ci-x86-64-lava-acer-chromebox-cxi4-puff + .intel-common-test: extends: @@ -358,8 +367,9 @@ .iris-cml-test: extends: - .iris-test - - .iris-manual-rules # Devices have too often network problems and fail to boot. - - .lava-asus-C436FA-Flip-hatch:x86_64 + - .lava-acer-chromebox-cxi4-puff:x86_64 +# variables: +# LAVA_FORCE_UART: 1 .iris-whl-deqp: extends: