Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update settings #447

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading