From 1a862c74bc521c1dba24e17b0383d68262b1f991 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 8 Feb 2023 12:17:03 -0800 Subject: [PATCH] ci: Disable systems in my farm that haven't recovered. We lost power in a storm, and these ones didn't come back afterwards. I suspect I need a new PSU. And maybe some surge protection for the future. :( I've left the CI code in place for some day when I hopefully swap out the power supplies. Part-of: --- src/gallium/drivers/crocus/ci/gitlab-ci.yml | 5 +++-- src/gallium/drivers/i915/ci/gitlab-ci.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/crocus/ci/gitlab-ci.yml b/src/gallium/drivers/crocus/ci/gitlab-ci.yml index f4bf2e9c0a5..f78fb7ae448 100644 --- a/src/gallium/drivers/crocus/ci/gitlab-ci.yml +++ b/src/gallium/drivers/crocus/ci/gitlab-ci.yml @@ -20,7 +20,8 @@ GPU_VERSION: crocus-hsw FDO_CI_CONCURRENT: 12 -crocus-g41: +# System is dead at the moment. needs maintenance. +.crocus-g41: extends: - .anholt-g41-test - .deqp-test @@ -36,7 +37,7 @@ crocus-hsw: DEQP_SUITE: crocus-hsw PIGLIT_PLATFORM: gbm -crocus-g41-traces: +.crocus-g41-traces: extends: - .anholt-g41-test - .piglit-traces-test diff --git a/src/gallium/drivers/i915/ci/gitlab-ci.yml b/src/gallium/drivers/i915/ci/gitlab-ci.yml index 8d5c696ed8f..e514997df90 100644 --- a/src/gallium/drivers/i915/ci/gitlab-ci.yml +++ b/src/gallium/drivers/i915/ci/gitlab-ci.yml @@ -9,7 +9,8 @@ GPU_VERSION: i915-g33 FLAKES_CHANNEL: "#intel-ci" -i915-g33: +# System is dead at the moment. needs maintenance. +.i915-g33: extends: - .anholt-g33-test - .deqp-test @@ -17,7 +18,7 @@ i915-g33: DEQP_SUITE: i915g PIGLIT_PLATFORM: gbm -i915-g33-traces: +.i915-g33-traces: extends: - .anholt-g33-test - .piglit-traces-test