Commit 1c631750 authored by Maurelian's avatar Maurelian

ci: Increase resource class for echidna run to xl

parent 087dba63
......@@ -290,11 +290,16 @@ jobs:
bedrock-echidna-run:
docker:
- image: ethereumoptimism/ci-builder:latest
- image: ethereumoptimism/ci-builder:latest
parameters:
echidna_target:
description: Which echidna fuzz contract to run
type: string
size:
description: Custom resource class size for the run
type: string
default: large
resource_class: <<parameters.size>>
steps:
- checkout
- attach_workspace: {at: "."}
......@@ -823,6 +828,7 @@ workflows:
- bedrock-echidna-build
- bedrock-echidna-run:
echidna_target: "burn:gas"
size: 2xlarge
requires:
- bedrock-echidna-build
- op-bindings-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