Skip to content

Commit 43a3f42

Browse files
authored
Merge pull request #12167 from hppritcha/lanl_darwin_ci_site_id
lanl: darwin ci appears to need site tokens now
2 parents b601b22 + d18dd94 commit 43a3f42

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ stages:
88
- test
99

1010
build:intel:
11+
id_tokens:
12+
SITE_ID_TOKEN:
13+
aud: https://re-git.lanl.gov
1114
stage: build
1215
tags: [darwin-slurm-shared]
1316
script:
@@ -31,6 +34,9 @@ build:intel:
3134
expire_in: 1 week
3235

3336
build:amd:
37+
id_tokens:
38+
SITE_ID_TOKEN:
39+
aud: https://re-git.lanl.gov
3440
stage: build
3541
tags: [darwin-slurm-shared]
3642
variables:
@@ -56,6 +62,9 @@ build:amd:
5662
expire_in: 1 week
5763

5864
build:gnu:
65+
id_tokens:
66+
SITE_ID_TOKEN:
67+
aud: https://re-git.lanl.gov
5968
stage: build
6069
tags: [darwin-slurm-shared]
6170
script:
@@ -79,6 +88,9 @@ build:gnu:
7988
expire_in: 1 week
8089

8190
test:intel:
91+
id_tokens:
92+
SITE_ID_TOKEN:
93+
aud: https://re-git.lanl.gov
8294
stage: test
8395
tags: [darwin-slurm-shared]
8496
dependencies:
@@ -106,6 +118,9 @@ test:intel:
106118
expire_in: 1 week
107119

108120
test:amd:
121+
id_tokens:
122+
SITE_ID_TOKEN:
123+
aud: https://re-git.lanl.gov
109124
stage: test
110125
tags: [darwin-slurm-shared]
111126
variables:
@@ -136,6 +151,9 @@ test:amd:
136151
expire_in: 1 week
137152

138153
test:gnu:
154+
id_tokens:
155+
SITE_ID_TOKEN:
156+
aud: https://re-git.lanl.gov
139157
stage: test
140158
tags: [darwin-slurm-shared]
141159
dependencies:

0 commit comments

Comments
 (0)