From 782b0580113c290236f1640342a56501237a107e Mon Sep 17 00:00:00 2001 From: "Adrien M. BERNEDE" <51493078+adrienbernede@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:23:23 +0100 Subject: [PATCH] Deactivate failing job to investigate other flux watch failure --- .gitlab/jobs/tioga.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab/jobs/tioga.yml b/.gitlab/jobs/tioga.yml index 5e9b4888b..e76ef3946 100644 --- a/.gitlab/jobs/tioga.yml +++ b/.gitlab/jobs/tioga.yml @@ -26,3 +26,9 @@ master: variables: SPEC: " +tests %cce@15.0.1" extends: .job_on_tioga + +rocmcc_5_6_0_hip: + variables: + ON_TIOGA: OFF + SPEC: "${PROJECT_TIOGA_VARIANTS} +rocm amdgpu_target=gfx90a %rocmcc@5.6.0 ^hip@5.6.0 ${PROJECT_TIOGA_DEPS}" + extends: .job_on_tioga