Skip to content

Commit aff9eea

Browse files
authoredMar 20, 2025
Merge pull request #316 from LLNL/v0.15.0-RC
v0.15.0 RC
2 parents 110c6e5 + 2e15291 commit aff9eea

File tree

131 files changed

+798
-1017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+798
-1017
lines changed
 

‎.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2022-24, Lawrence Livermore National Security, LLC and CARE
2+
# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE
33
# project contributors. See the CARE LICENSE file for details.
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
@@ -73,7 +73,7 @@ stages:
7373
include:
7474
- local: '.gitlab/custom-jobs-and-variables.yml'
7575
- project: 'radiuss/radiuss-shared-ci'
76-
ref: 'v2024.04.0'
76+
ref: 'v2024.12.0'
7777
file: 'pipelines/${CI_MACHINE}.yml'
7878
- artifact: '${CI_MACHINE}-jobs.yml'
7979
job: 'generate-job-lists'
@@ -86,7 +86,7 @@ include:
8686
file: 'id_tokens.yml'
8787
# [Optional] checks preliminary to running the actual CI test
8888
#- project: 'radiuss/radiuss-shared-ci'
89-
# ref: 'v2024.04.0'
89+
# ref: 'v2024.12.0'
9090
# file: 'utilities/preliminary-ignore-draft-pr.yml'
9191
# pipelines subscribed by the project
9292
- local: '.gitlab/subscribed-pipelines.yml'

‎.gitlab/custom-jobs-and-variables.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2022-24, Lawrence Livermore National Security, LLC and CARE
2+
# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE
33
# project contributors. See the CARE LICENSE file for details.
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
@@ -70,6 +70,9 @@ variables:
7070
artifacts:
7171
reports:
7272
junit: junit.xml
73+
name: "${CI_PROJECT_NAME}-${CI_MACHINE}-${CI_JOB_NAME}-${CI_PIPELINE_ID}"
74+
paths:
75+
- ./*.cmake
7376

7477
.reproducer_vars:
7578
script:

0 commit comments

Comments
 (0)