Skip to content

Commit

Permalink
gitlab: move MPI jobs to pdebug queue
Browse files Browse the repository at this point in the history
Recently, the pci queue has had nodes down for maintenance for days on end,
resulting in our MPI jobs not being run. As a workaround for now, run them
in the pdebug queue.
  • Loading branch information
wihobbs committed Mar 8, 2024
1 parent 422813c commit a771769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tioga-mpi-test:
- .test-core-mpi
- .tioga
variables:
LLNL_FLUX_SCHEDULER_PARAMETERS: "-N 2 -q pci"
LLNL_FLUX_SCHEDULER_PARAMETERS: "-N 2 -q pdebug"
stage: test

quartz-core-test:
Expand Down

0 comments on commit a771769

Please sign in to comment.