From c7071ef49c13c55296f751cea0c8395adb57cf3e Mon Sep 17 00:00:00 2001 From: Hobbs Date: Wed, 17 Jul 2024 07:03:44 -0700 Subject: [PATCH] machines: rest in peace, quartz Problem: Quartz has been retired, so no jobs will run there. Remove it from the tests. --- .gitlab-ci.yml | 13 ------------- .gitlab/machines.gitlab-ci.yml | 6 ------ 2 files changed, 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82331c1..070a8ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,12 +153,6 @@ tioga-core-test: - .tioga stage: test -quartz-core-build: - extends: - - .build-core - - .quartz - stage: build - tioga-coral2-test: needs: ["tioga-core-build"] extends: @@ -182,13 +176,6 @@ tioga-mpi-test: LLNL_FLUX_SCHEDULER_PARAMETERS: "-N 2 -q pdebug" stage: test -quartz-core-test: - needs: ["quartz-core-build"] - extends: - - .test-core - - .quartz - stage: test - corona-pmix-test: needs: ["corona-core-build"] extends: diff --git a/.gitlab/machines.gitlab-ci.yml b/.gitlab/machines.gitlab-ci.yml index 3100b24..810b9cb 100644 --- a/.gitlab/machines.gitlab-ci.yml +++ b/.gitlab/machines.gitlab-ci.yml @@ -30,9 +30,3 @@ variables: LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pci" -.quartz: - tags: - - quartz - - batch - variables: - LLNL_SLURM_SCHEDULER_PARAMETERS: "-N 1 -p pdebug"