fix(ci): work around bifrost-infra/issues/2300

https://github.com/protocol/bifrost-infra/issues/2300#issuecomment-1398946009
This commit is contained in:
Marcin Rataj 2023-01-20 22:40:49 +01:00 committed by galargh
parent 486c4b5256
commit a9fdf26eeb
2 changed files with 6 additions and 0 deletions

View File

@ -228,6 +228,8 @@ jobs:
- image: cimg/go:1.19.1-node
parallelism: 4
resource_class: 2xlarge+
environment:
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
steps:
- *make_out_dirs
- attach_workspace:
@ -328,6 +330,8 @@ jobs:
ipfs-webui:
executor: node-browsers
resource_class: 2xlarge+
environment:
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
steps:
- *make_out_dirs
- attach_workspace:

View File

@ -78,6 +78,7 @@ jobs:
LIBP2P_TCP_REUSEPORT: false
LIBP2P_ALLOW_WEAK_RSA_KEYS: 1
IPFS_GO_EXEC: ${{ github.workspace }}/cmd/ipfs/ipfs
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
working-directory: interop
go-ipfs-api:
needs: [prepare]
@ -161,6 +162,7 @@ jobs:
TRAVIS: 1
GIT_PAGER: cat
IPFS_CHECK_RCMGR_DEFAULTS: 1
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
defaults:
run:
shell: bash