Commit 1c631750 authored by Maurelian's avatar Maurelian

ci: Increase resource class for echidna run to xl

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