@@ -99,9 +99,9 @@ commands:
99
99
- abort_for_docs
100
100
- abort_for_noci
101
101
- checkout-all
102
- # - restore_cache:
103
- # keys:
104
- # - v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-cpu
102
+ - restore_cache :
103
+ keys :
104
+ - v1.2.5-deps -{{ checksum "get_deps.sh" }}-cpu
105
105
# If no exact match is found will get dependencies from source
106
106
- setup-build-system
107
107
- run :
@@ -112,7 +112,7 @@ commands:
112
112
- save_cache :
113
113
paths :
114
114
- deps
115
- key : v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-cpu
115
+ key : v1.2.5-deps -{{ checksum "get_deps.sh" }}-cpu
116
116
- run :
117
117
name : Build
118
118
command : make -C opt all SHOW=1
@@ -151,7 +151,7 @@ commands:
151
151
- checkout-all
152
152
- restore_cache :
153
153
keys :
154
- - v1-dependencies -{{ checksum "get_deps.sh" }}-cpu
154
+ - v1.2.5-deps -{{ checksum "get_deps.sh" }}-cpu
155
155
# If no exact match is found will get dependencies from source
156
156
- setup-build-system
157
157
- run :
@@ -178,7 +178,7 @@ commands:
178
178
- checkout-all
179
179
- restore_cache :
180
180
keys :
181
- - v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-gpu
181
+ - v1.2.5-deps -{{ checksum "get_deps.sh" }}-gpu
182
182
- relocate-docker-storage
183
183
- run :
184
184
name : Build
@@ -189,7 +189,7 @@ commands:
189
189
- save_cache :
190
190
paths :
191
191
- deps
192
- key : v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-gpu
192
+ key : v1.2.5-deps -{{ checksum "get_deps.sh" }}-gpu
193
193
- run :
194
194
name : Test
195
195
command : |
@@ -239,7 +239,7 @@ jobs:
239
239
- checkout-all
240
240
- restore_cache :
241
241
keys :
242
- - v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-<<parameters.osnick>>-<<parameters.target>>
242
+ - v1.2.5-deps -{{ checksum "get_deps.sh" }}-<<parameters.osnick>>-<<parameters.target>>
243
243
- setup-automation
244
244
245
245
# since we run in parallel, we need to generate docker files with different suffixes hence the DOCKER_SUFFIX
@@ -260,7 +260,7 @@ jobs:
260
260
- save_cache :
261
261
paths :
262
262
- deps
263
- key : v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-<<parameters.osnick>>-<<parameters.target>>
263
+ key : v1.2.5-deps -{{ checksum "get_deps.sh" }}-<<parameters.osnick>>-<<parameters.target>>
264
264
- persist_to_workspace :
265
265
root : bin/
266
266
paths :
@@ -275,7 +275,7 @@ jobs:
275
275
- checkout-all
276
276
- restore_cache :
277
277
keys :
278
- - v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-cpu
278
+ - v1.2.5-deps -{{ checksum "get_deps.sh" }}-cpu
279
279
# If no exact match is found will get dependencies from source
280
280
- setup-build-system
281
281
- run :
@@ -309,7 +309,7 @@ jobs:
309
309
- checkout-all
310
310
- restore_cache :
311
311
keys :
312
- - v1.2.5-dependencies -{{ checksum "get_deps.sh" }}-cpu
312
+ - v1.2.5-deps -{{ checksum "get_deps.sh" }}-cpu
313
313
# If no exact match is found will get dependencies from source
314
314
- setup-build-system
315
315
- run :
0 commit comments