File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ executors:
50
50
environment :
51
51
<< : *default_environment
52
52
NO_SANDBOX : true
53
+ IPFS_REUSEPORT : false
54
+ LIBP2P_ALLOW_WEAK_RSA_KEYS : 1
55
+ E2E_IPFSD_TYPE : go
53
56
54
57
jobs :
55
58
gobuild :
@@ -195,7 +198,7 @@ jobs:
195
198
working_directory : ~/ipfs/go-ipfs/interop
196
199
environment :
197
200
IPFS_REUSEPORT : false
198
- LIBP2P_ALLOW_WEAK_RSA_KEYS : true
201
+ LIBP2P_ALLOW_WEAK_RSA_KEYS : 1
199
202
IPFS_GO_EXEC : /tmp/circleci-workspace/bin/ipfs
200
203
- store_test_results :
201
204
path : /tmp/test-results
@@ -284,14 +287,15 @@ jobs:
284
287
npm install
285
288
working_directory : ~/ipfs/go-ipfs/ipfs-webui
286
289
- run :
287
- name : Running tests
290
+ name : Running upstream tests (finish early if they fail)
288
291
command : |
289
- npm test
292
+ npm test || circleci-agent step halt
293
+ working_directory : ~/ipfs/go-ipfs/ipfs-webui
294
+ - run :
295
+ name : Running tests with go-ipfs built from current commit
296
+ command : npm test
290
297
working_directory : ~/ipfs/go-ipfs/ipfs-webui
291
298
environment :
292
- IPFS_REUSEPORT : false
293
- LIBP2P_ALLOW_WEAK_RSA_KEYS : true
294
- E2E_IPFSD_TYPE : go
295
299
IPFS_GO_EXEC : /tmp/circleci-workspace/bin/ipfs
296
300
- save_cache :
297
301
key : v1-ipfs-webui-{{ checksum "~/ipfs/go-ipfs/ipfs-webui/package-lock.json" }}
You can’t perform that action at this time.
0 commit comments