File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8
8
- test
9
9
10
10
build:intel :
11
+ id_tokens :
12
+ SITE_ID_TOKEN :
13
+ aud : https://re-git.lanl.gov
11
14
stage : build
12
15
tags : [darwin-slurm-shared]
13
16
script :
@@ -31,6 +34,9 @@ build:intel:
31
34
expire_in : 1 week
32
35
33
36
build:amd :
37
+ id_tokens :
38
+ SITE_ID_TOKEN :
39
+ aud : https://re-git.lanl.gov
34
40
stage : build
35
41
tags : [darwin-slurm-shared]
36
42
variables :
@@ -56,6 +62,9 @@ build:amd:
56
62
expire_in : 1 week
57
63
58
64
build:gnu :
65
+ id_tokens :
66
+ SITE_ID_TOKEN :
67
+ aud : https://re-git.lanl.gov
59
68
stage : build
60
69
tags : [darwin-slurm-shared]
61
70
script :
@@ -79,6 +88,9 @@ build:gnu:
79
88
expire_in : 1 week
80
89
81
90
test:intel :
91
+ id_tokens :
92
+ SITE_ID_TOKEN :
93
+ aud : https://re-git.lanl.gov
82
94
stage : test
83
95
tags : [darwin-slurm-shared]
84
96
dependencies :
@@ -106,6 +118,9 @@ test:intel:
106
118
expire_in : 1 week
107
119
108
120
test:amd :
121
+ id_tokens :
122
+ SITE_ID_TOKEN :
123
+ aud : https://re-git.lanl.gov
109
124
stage : test
110
125
tags : [darwin-slurm-shared]
111
126
variables :
@@ -136,6 +151,9 @@ test:amd:
136
151
expire_in : 1 week
137
152
138
153
test:gnu :
154
+ id_tokens :
155
+ SITE_ID_TOKEN :
156
+ aud : https://re-git.lanl.gov
139
157
stage : test
140
158
tags : [darwin-slurm-shared]
141
159
dependencies :
You can’t perform that action at this time.
0 commit comments