Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
27382670
Unverified
Commit
27382670
authored
Aug 11, 2023
by
OptimismBot
Committed by
GitHub
Aug 11, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6760 from ethereum-optimism/jg/indexer_ci_config
CI: Increase indexer resource class & assign CPUs
parents
2261ab3b
0252b8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
config.yml
.circleci/config.yml
+2
-1
No files found.
.circleci/config.yml
View file @
27382670
...
@@ -885,6 +885,7 @@ jobs:
...
@@ -885,6 +885,7 @@ jobs:
docker
:
docker
:
-
image
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
-
image
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
-
image
:
cimg/postgres:14.1
-
image
:
cimg/postgres:14.1
resource_class
:
large
steps
:
steps
:
-
checkout
-
checkout
-
check-changed
:
-
check-changed
:
...
@@ -911,7 +912,7 @@ jobs:
...
@@ -911,7 +912,7 @@ jobs:
name
:
Test
name
:
Test
command
:
|
command
:
|
mkdir -p /test-results
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
working_directory
:
indexer
-
run
:
-
run
:
name
:
Build
name
:
Build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment