diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 693449bdbd9..eb91a09d298 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -121,7 +121,7 @@ jobs: build-lint-integration-tests: name: Build and Lint ${{ matrix.project.name }} - runs-on: ubuntu22.04-16cores-64GB + runs-on: ubuntu22.04-8cores-32GB # We don't directly merge dependabot PRs, so let's not waste the resources if: github.actor != 'dependabot[bot]' strategy: @@ -190,7 +190,7 @@ jobs: dockerfile: plugins/chainlink.Dockerfile tag-suffix: -plugins name: Build Chainlink Image ${{ matrix.image.name }} - runs-on: ubuntu22.04-16cores-64GB + runs-on: ubuntu22.04-8cores-32GB needs: [changes, enforce-ctf-version] steps: - name: Collect Metrics @@ -1116,7 +1116,7 @@ jobs: id-token: write contents: read name: Solana Build Artifacts - runs-on: ubuntu22.04-16cores-64GB + runs-on: ubuntu22.04-8cores-32GB needs: [ changes, @@ -1157,7 +1157,7 @@ jobs: id-token: write contents: read name: Solana Build Test Image - runs-on: ubuntu22.04-16cores-64GB + runs-on: ubuntu22.04-8cores-32GB needs: [ solana-build-contracts, @@ -1206,7 +1206,7 @@ jobs: id-token: write contents: read name: Solana Smoke Tests - runs-on: ubuntu22.04-16cores-64GB + runs-on: ubuntu22.04-8cores-32GB needs: [ build-chainlink,