Skip to content

Commit

Permalink
Merge pull request #108 from lanl/rberger/ci_updates
Browse files Browse the repository at this point in the history
ci: update settings
  • Loading branch information
rbberger authored Dec 19, 2024
2 parents 7a74e54 + b5b4059 commit ac0669a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

spiner_content_declare(Catch2
GIT_REPO https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1 # or any later release
GIT_TAG v3.7.1 # or any later release
EXPECTED_TARGETS Catch2::Catch2
NAMESPACE spinerTest
)
Expand Down

0 comments on commit ac0669a

Please sign in to comment.