Skip to content

Commit

Permalink
circleci: use xlarge instances again
Browse files Browse the repository at this point in the history
We temporarily moved away from them since they were not supported in our
CircleCI plan. Using the xlarge instances reduced the diff to upstream
an might make CI jobs more reliable.
  • Loading branch information
karlb committed Sep 15, 2023
1 parent fd6345b commit af2c42f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
pnpm-monorepo:
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
resource_class: xlarge
steps:
- checkout
- check-changed:
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
contracts-bedrock-tests:
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
resource_class: large
resource_class: xlarge
steps:
- checkout
- check-changed:
Expand All @@ -150,7 +151,7 @@ jobs:
contracts-bedrock-checks:
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
resource_class: large
resource_class: xlarge
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -510,6 +511,7 @@ jobs:
type: string
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest # only used to enable codecov.
resource_class: xlarge
steps:
- checkout
- run:
Expand Down Expand Up @@ -540,6 +542,7 @@ jobs:
type: string
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
resource_class: xlarge
steps:
- checkout
- check-changed:
Expand Down Expand Up @@ -1010,4 +1013,4 @@ workflows:
- check-generated-mocks-op-node
- check-generated-mocks-op-service
- cannon-go-lint-and-test
- cannon-build-test-vectors
- cannon-build-test-vectors

0 comments on commit af2c42f

Please sign in to comment.