Skip to content

Commit

Permalink
chore: run multidim-interop on self-hosted runners (#1891)
Browse files Browse the repository at this point in the history
This gives us access to more powerful machines and more disk space - related to libp2p/test-plans#229 (comment)
  • Loading branch information
galargh authored Jul 25, 2023
1 parent 791f56f commit c223216
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,12 @@ jobs:

multidim-interop:
needs: build
runs-on: ubuntu-latest
runs-on: ${{ fromJSON(github.repository == 'libp2p/js-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- name: Build images
run: (cd interop && make -j 4)
Expand All @@ -202,6 +205,7 @@ jobs:
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}
s3-secret-access-key: ${{ secrets.S3_LIBP2P_BUILD_CACHE_AWS_SECRET_ACCESS_KEY }}
worker-count: 16

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c223216

Please sign in to comment.