Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
2660bb5d
Commit
2660bb5d
authored
Dec 04, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test(interop): allow weak keys
parent
f7584ced
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.circleci/config.yml
.circleci/config.yml
+7
-2
No files found.
.circleci/config.yml
View file @
2660bb5d
...
@@ -144,8 +144,6 @@ jobs:
...
@@ -144,8 +144,6 @@ jobs:
-
*store_gomod
-
*store_gomod
interop
:
interop
:
executor
:
node
executor
:
node
environment
:
IPFS_GO_EXEC
:
/tmp/circleci-workspace/bin/ipfs
parallelism
:
4
parallelism
:
4
steps
:
steps
:
-
*make_out_dirs
-
*make_out_dirs
...
@@ -169,6 +167,11 @@ jobs:
...
@@ -169,6 +167,11 @@ jobs:
key
:
v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
key
:
v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
paths
:
paths
:
-
~/ipfs/go-ipfs/interop/node_modules
-
~/ipfs/go-ipfs/interop/node_modules
-
run
:
name
:
Installing js-ipfs
command
:
|
npm install ipfs
working_directory
:
~/ipfs/go-ipfs/interop
-
run
:
-
run
:
name
:
Installing reporting tools
name
:
Installing reporting tools
command
:
|
command
:
|
...
@@ -185,6 +188,8 @@ jobs:
...
@@ -185,6 +188,8 @@ jobs:
working_directory
:
~/ipfs/go-ipfs/interop
working_directory
:
~/ipfs/go-ipfs/interop
environment
:
environment
:
IPFS_REUSEPORT
:
false
IPFS_REUSEPORT
:
false
LIBP2P_ALLOW_WEAK_RSA_KEYS
:
true
IPFS_GO_EXEC
:
/tmp/circleci-workspace/bin/ipfs
-
store_test_results
:
-
store_test_results
:
path
:
/tmp/test-results
path
:
/tmp/test-results
go-ipfs-api
:
go-ipfs-api
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment