From 25f681b2b90fe4ff1ac39eb47df09da6eaf63b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:48:04 +0200 Subject: [PATCH] Faster and not locked VM creation (#7639) --- .github/workflows/sync-supported-chains.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/sync-supported-chains.yml b/.github/workflows/sync-supported-chains.yml index aac65b6aaa3..0b3a5e7cf5c 100644 --- a/.github/workflows/sync-supported-chains.yml +++ b/.github/workflows/sync-supported-chains.yml @@ -46,7 +46,6 @@ jobs: needs: [setup-matrix] strategy: fail-fast: false - max-parallel: 5 matrix: config: ${{fromJson(needs.setup-matrix.outputs.matrix)}} runs-on: ubuntu-latest @@ -276,7 +275,6 @@ jobs: - name: Destroy VM if: always() - continue-on-error: true id: run-linode-action uses: kamilchodola/linode-github-runner/.github/actions/linode-machine-manager@main with: @@ -297,20 +295,7 @@ jobs: matrix: config: ${{fromJson(needs.setup-matrix.outputs.matrix)}} runs-on: ubuntu-latest - steps: - - name: Destroy VM (make sure is removed if by any unexpected reason it did not removed it on ) - continue-on-error: true - uses: kamilchodola/linode-github-runner/.github/actions/linode-machine-manager@main - with: - linode_token: ${{ secrets.LINODE_TOKEN }} - github_token: "${{ secrets.REPOSITORY_DISPATCH_TOKEN }}" - action: "destroy-machine" - runner_label: t-${{ github.run_id }}-${{ matrix.config.network }} - search_phrase: t-${{ github.run_id }}-${{ matrix.config.network }} - root_password: ${{ secrets.LINODE_ROOT_PASSWORD }} - organization: "NethermindEth" - repo_name: "nethermind" - + steps: - name: Destroy Runner uses: kamilchodola/linode-github-runner/.github/actions/linode-machine-manager@main with: