From fd3fc30c48446c2e20ef8451674bc951d024e57e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 11 Jul 2023 13:05:07 +0100 Subject: [PATCH] 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. --- .github/workflows/interop-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/interop-test.yml b/.github/workflows/interop-test.yml index 5e9889c4..4d63a76c 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -12,7 +12,7 @@ concurrency: jobs: run-multidim-interop: 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: matrix: flavour: [chromium, native] @@ -29,3 +29,4 @@ jobs: s3-cache-bucket: libp2p-by-tf-aws-bootstrap s3-access-key-id: ${{ vars.TEST_PLANS_BUILD_CACHE_KEY_ID }} s3-secret-access-key: ${{ secrets.TEST_PLANS_BUILD_CACHE_KEY }} + worker-count: 16