From 3ebe512f1fdbeee886bad6ee396c85dce07b22d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Sat, 15 Feb 2025 14:28:45 +0200 Subject: [PATCH] nvk/ci: opt-in the new mars setup command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/nouveau/ci/gitlab-ci-inc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nouveau/ci/gitlab-ci-inc.yml b/src/nouveau/ci/gitlab-ci-inc.yml index 81e035a9241..93737b914af 100644 --- a/src/nouveau/ci/gitlab-ci-inc.yml +++ b/src/nouveau/ci/gitlab-ci-inc.yml @@ -50,6 +50,7 @@ GPU_VERSION: nvk-ga106 FDO_CI_CONCURRENT: 16 RUNNER_FARM_LOCATION: mupuf + B2C_MARS_SETUP_TAGS: nvidia:codename:GA106 B2C_JOB_WARN_REGEX: 'nouveau .+ job timeout|NMI backtrace for cpu \d+' # Default kernel is missing the GA106 GSP # 1 - clone b2c @@ -62,4 +63,4 @@ # GSP is not loaded by default B2C_KERNEL_CMDLINE_EXTRAS: 'nouveau.config=NvGspRm=1' tags: - - nvidia:codename:GA106 + - $B2C_MARS_SETUP_TAGS