mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 16:51:34 +00:00
ci: run interop tests on bigger hardware
With the move to running our CI on self-hosted runners, this job tends to always be the slowest one. We move it to a bigger runner such that it finishes closer to all the other jobs. Pull-Request: #3861.
This commit is contained in:
3
.github/workflows/interop-test.yml
vendored
3
.github/workflows/interop-test.yml
vendored
@ -12,7 +12,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
run-multidim-interop:
|
run-multidim-interop:
|
||||||
name: Run multidimensional interoperability tests
|
name: Run multidimensional interoperability tests
|
||||||
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "xlarge"]' || '"ubuntu-latest"') }}
|
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
flavour: [chromium, native]
|
flavour: [chromium, native]
|
||||||
@ -29,3 +29,4 @@ jobs:
|
|||||||
s3-cache-bucket: libp2p-by-tf-aws-bootstrap
|
s3-cache-bucket: libp2p-by-tf-aws-bootstrap
|
||||||
s3-access-key-id: ${{ vars.TEST_PLANS_BUILD_CACHE_KEY_ID }}
|
s3-access-key-id: ${{ vars.TEST_PLANS_BUILD_CACHE_KEY_ID }}
|
||||||
s3-secret-access-key: ${{ secrets.TEST_PLANS_BUILD_CACHE_KEY }}
|
s3-secret-access-key: ${{ secrets.TEST_PLANS_BUILD_CACHE_KEY }}
|
||||||
|
worker-count: 16
|
||||||
|
Reference in New Issue
Block a user