Skip to content

Commit

Permalink
Merge pull request #24 from wihobbs/rip-quartz
Browse files Browse the repository at this point in the history
RIP quartz
  • Loading branch information
wihobbs authored Jul 17, 2024
2 parents 34cac2d + c7071ef commit 2759299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions .gitlab/machines.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2759299

Please sign in to comment.