Commit 25e0d8a3 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

ci: higher resource class for the mix with mev job (#348)

parent 8aa88e34
...@@ -103,6 +103,7 @@ jobs: ...@@ -103,6 +103,7 @@ jobs:
- run: kurtosis run ${PWD} "$(cat ./.github/tests/mev.yaml)" - run: kurtosis run ${PWD} "$(cat ./.github/tests/mev.yaml)"
mix_with_tools_k8s: mix_with_tools_k8s:
resource_class: xlarge
executor: ubuntu_vm executor: ubuntu_vm
steps: steps:
- checkout - checkout
......
...@@ -3,6 +3,7 @@ name: Nightly test Workflow ...@@ -3,6 +3,7 @@ name: Nightly test Workflow
on: on:
schedule: schedule:
- cron: "0 2 * * *" # This schedules the workflow to run at 02:00 UTC every day - cron: "0 2 * * *" # This schedules the workflow to run at 02:00 UTC every day
workflow_dispatch:
jobs: jobs:
list-yamls: list-yamls:
......
...@@ -6,7 +6,7 @@ genesis_constants = import_module( ...@@ -6,7 +6,7 @@ genesis_constants = import_module(
DEFAULT_EL_IMAGES = { DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:latest", "geth": "ethereum/client-go:latest",
"erigon": "ethpandaops/erigon:devel", "erigon": "ethpandaops/erigon:2.53.0",
"nethermind": "nethermind/nethermind:latest", "nethermind": "nethermind/nethermind:latest",
"besu": "hyperledger/besu:latest", "besu": "hyperledger/besu:latest",
"reth": "ghcr.io/paradigmxyz/reth", "reth": "ghcr.io/paradigmxyz/reth",
......
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