File tree 1 file changed +7
-28
lines changed
1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,12 @@ pipeline {
155
155
spack external find --scope system || true
156
156
spack external find --scope system cuda hip || true
157
157
158
+ spack uninstall -a -y plssvm@develop || true
159
+
160
+
161
+ while ! spack clean -a; do
162
+ sleep 5
163
+ done
158
164
159
165
160
166
if [ -d ${WORKSPACE}/plssvm ]; then
@@ -169,40 +175,13 @@ pipeline {
169
175
}
170
176
}
171
177
parallel builders
172
-
173
-
174
-
175
-
176
- for (x in labels){
177
- def label = x
178
- builders[label] = {
179
- node(label) {
180
- sh '''
181
- hostname
182
- bash
183
- source $SGSSCRATCH/spack/share/spack/setup-env.sh
184
-
185
- spack uninstall -a -y plssvm@develop || true
186
-
187
- spack clean -a
188
-
189
- '''
190
-
191
-
192
- }
193
-
194
- }
195
178
}
196
- builders
197
179
198
-
199
- }
200
- }
180
+ }
201
181
}
202
182
203
183
204
184
205
-
206
185
stage(' Checkout PLSSVM' ) {
207
186
steps {
208
187
script{
You can’t perform that action at this time.
0 commit comments