Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
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
vicotor
ethereum-package
Commits
25e0d8a3
Unverified
Commit
25e0d8a3
authored
Oct 30, 2023
by
Gyanendra Mishra
Committed by
GitHub
Oct 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: higher resource class for the mix with mev job (#348)
parent
8aa88e34
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
config.yml
.circleci/config.yml
+1
-0
nightly.yml
.github/workflows/nightly.yml
+1
-0
input_parser.star
src/package_io/input_parser.star
+1
-1
No files found.
.circleci/config.yml
View file @
25e0d8a3
...
...
@@ -103,6 +103,7 @@ jobs:
-
run
:
kurtosis run ${PWD} "$(cat ./.github/tests/mev.yaml)"
mix_with_tools_k8s
:
resource_class
:
xlarge
executor
:
ubuntu_vm
steps
:
-
checkout
...
...
.github/workflows/nightly.yml
View file @
25e0d8a3
...
...
@@ -3,6 +3,7 @@ name: Nightly test Workflow
on
:
schedule
:
-
cron
:
"
0
2
*
*
*"
# This schedules the workflow to run at 02:00 UTC every day
workflow_dispatch
:
jobs
:
list-yamls
:
...
...
src/package_io/input_parser.star
View file @
25e0d8a3
...
...
@@ -6,7 +6,7 @@ genesis_constants = import_module(
DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:latest",
"erigon": "ethpandaops/erigon:
devel
",
"erigon": "ethpandaops/erigon:
2.53.0
",
"nethermind": "nethermind/nethermind:latest",
"besu": "hyperledger/besu:latest",
"reth": "ghcr.io/paradigmxyz/reth",
...
...
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