From 9adfe4956340cedc7e9352a4dd7abd33d5f09288 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 8 Feb 2023 12:58:59 -0800 Subject: [PATCH] ci/nouveau: Disable the gm20b jobs entirely. The old (broken, hw failure) board isn't really hooked up right now, and I'm waiting on buying some remaining bits to set up the 10 boards sitting in the box here. Part-of: --- src/gallium/drivers/nouveau/ci/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/ci/gitlab-ci.yml b/src/gallium/drivers/nouveau/ci/gitlab-ci.yml index fc21402ec4f..c2ebc7a9348 100644 --- a/src/gallium/drivers/nouveau/ci/gitlab-ci.yml +++ b/src/gallium/drivers/nouveau/ci/gitlab-ci.yml @@ -50,7 +50,7 @@ gk20a-gles: DEQP_SUITE: nouveau-gk20a # Single Jetson Nano board at anholt's house. -gm20b-gles-full: +.gm20b-gles-full: extends: - .gm20b-test - .nouveau-manual-rules @@ -60,9 +60,9 @@ gm20b-gles-full: DEQP_SUITE: nouveau-gm20b TEST_PHASE_TIMEOUT: 120 -gm20b-gles: +.gm20b-gles: extends: - - gm20b-gles-full + - .gm20b-gles-full timeout: 60m variables: DEQP_FRACTION: 10