Skip to content

Commit

Permalink
Update .github/workflows/multidim-interop.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
  • Loading branch information
MarcoPolo and galargh authored Jul 7, 2023
1 parent 4a473e4 commit 7e868ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/multidim-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ name: libp2p multidimensional interop test

jobs:
run-multidim-interop:
runs-on: ['self-hosted', 'linux', 'x64', '4xlarge'] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/run-interop-ping-test
with:
s3-cache-bucket: libp2p-by-tf-aws-bootstrap
s3-access-key-id: ${{ vars.S3_AWS_ACCESS_KEY_ID }}
s3-secret-access-key: ${{ secrets.S3_AWS_SECRET_ACCESS_KEY }}
worker-count: 16
build-without-secrets:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7e868ea

Please sign in to comment.