@@ -20,7 +20,7 @@ commands:
20
20
- checkout
21
21
- run :
22
22
name : Submodule checkout
23
- command : git submodule update --init --recursive
23
+ command : git submodule update --init --recursive
24
24
- restore_cache :
25
25
keys :
26
26
- v1-dependencies-{{ checksum "get_deps.sh" }}
@@ -36,21 +36,6 @@ commands:
36
36
paths :
37
37
- deps
38
38
key : build-dependencies-{{ checksum "get_deps.sh" }}
39
- - run :
40
- name : Set up workspace
41
- command : |
42
- mkdir -p ~/workspace
43
- chown `whoami` ~/workspace
44
-
45
- test_steps :
46
- parameters :
47
- platform :
48
- type : string
49
- steps :
50
- - checkout
51
- - run :
52
- name : Submodule checkout
53
- command : git submodule update --init --recursive
54
39
- run :
55
40
name : Build
56
41
command : make -C opt all SHOW=1
@@ -142,7 +127,7 @@ jobs:
142
127
command : |
143
128
./opt/readies/bin/getpy3
144
129
./opt/system-setup.py
145
- ./opt/readies/bin/getredis -v 6 --valgrind --force
130
+ # ./opt/readies/bin/getredis -v 6 --force
146
131
./get_deps.sh cpu
147
132
- run :
148
133
name : Build for coverage
@@ -215,7 +200,7 @@ jobs:
215
200
command : |
216
201
mkdir -p $HOME/tests
217
202
docker run --gpus all -v $HOME/tests:/build/test/logs -it --rm redisai-gpu:latest-x64-bionic-test
218
- no_output_timeout : 40m
203
+ no_output_timeout : 30m
219
204
- store_artifacts :
220
205
path : tests
221
206
@@ -273,8 +258,8 @@ on-master-and-version-tags: &on-master-and-version-tags
273
258
platform-build-defs : &platform-build-defs
274
259
requires :
275
260
- build-debian
276
- << : *on-master-and-version-tags
277
- # <<: *on-any-branch # debugging
261
+ # @@ <<: *on-master-and-version-tags
262
+ << : *on-any-branch
278
263
279
264
after-platform-builds : &after-platform-builds
280
265
requires :
@@ -306,10 +291,10 @@ workflows:
306
291
- build-and-test-gpu :
307
292
<< : *on-any-branch
308
293
- build-macos :
309
- << : *never # temporarily disabled
294
+ << : *never
310
295
# <<: *on-version-tags
311
296
- build-multiarch-docker :
312
- << : *never # temporarily disabled
297
+ << : *never
313
298
# <<: *on-version-tags
314
299
- deploy-artifacts :
315
300
name : deploy-branch
@@ -329,4 +314,4 @@ workflows:
329
314
<< : *on-master
330
315
jobs :
331
316
- build-macos :
332
- << : *never # temporarily disabled
317
+ << : *never
0 commit comments