Skip to content

Commit

Permalink
ci: update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Dec 19, 2024
1 parent 70dfc73 commit 838670d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ default:
.venado_job:
variables:
CLUSTER: venado
SCHEDULER_PARAMETERS: "-N 1 -A lanl_ai_g -p gpu --time=02:00:00"
SCHEDULER_PARAMETERS: "-N 1 -A asc-ci_g -p ci_g --qos ci_g --reservation ci_g --time=02:00:00"
tags:
- venado
- batch
Expand Down Expand Up @@ -105,6 +105,7 @@ default:
variables:
CLUSTER: rzansel
LLNL_LSF_SCHEDULER_PARAMETERS: "--nnodes=1"
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/$$USER/xcap-gitlab-ci"

.rzansel_regular_job:
variables:
Expand All @@ -123,6 +124,7 @@ default:
variables:
CLUSTER: rzvernal
LLNL_FLUX_SCHEDULER_PARAMETERS: "-N=1 --time-limit=2h"
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/$$USER/xcap-gitlab-ci"

.rzvernal_regular_job:
variables:
Expand All @@ -141,6 +143,7 @@ default:
variables:
CLUSTER: rzadams
LLNL_FLUX_SCHEDULER_PARAMETERS: "-N=1 --time-limit=2h"
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/$$USER/xcap-gitlab-ci"

.rzadams_regular_job:
variables:
Expand Down

0 comments on commit 838670d

Please sign in to comment.