From a771769e7fc225eb1c2fea954d25698283ed8c5b Mon Sep 17 00:00:00 2001 From: Hobbs Date: Fri, 8 Mar 2024 12:07:06 -0800 Subject: [PATCH] gitlab: move MPI jobs to pdebug queue 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d96c21..b6b7239 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: