Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: downgrade integration-tests runners #13816

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading