Skip to content

Commit

Permalink
test: downgrade integration-tests runners to ubuntu-8cores
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Jul 11, 2024
1 parent fd9c7a3 commit 286ef44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 286ef44

Please sign in to comment.