Commit 27382670 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6760 from ethereum-optimism/jg/indexer_ci_config

CI: Increase indexer resource class & assign CPUs
parents 2261ab3b 0252b8e6
......@@ -885,6 +885,7 @@ jobs:
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
- image: cimg/postgres:14.1
resource_class: large
steps:
- checkout
- check-changed:
......@@ -911,7 +912,7 @@ jobs:
name: Test
command: |
mkdir -p /test-results
DB_USER=postgres gotestsum --junitfile /test-results/tests.xml
DB_USER=postgres gotestsum --junitfile /test-results/tests.xml -- -parallel=4 ./...
working_directory: indexer
- run:
name: Build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment