Commit b1efd7c5 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Move develop-fault-proofs e2e job onto dedicated runner (#12860)

This job is CPU-heavy, and causes other workflows to fail due to resource exhaustion. This PR moves this job onto a dedicated Latitude runner and resource class. The resource class is configured so that it can only run one job at a time, which is fine since this job only runs on commits to develop.
parent b6bd58ee
...@@ -1593,6 +1593,7 @@ workflows: ...@@ -1593,6 +1593,7 @@ workflows:
target: test-cannon target: test-cannon
notify: true notify: true
mentions: "@proofs-team" mentions: "@proofs-team"
resource_class: ethereum-optimism/latitude-fps-1
requires: requires:
- contracts-bedrock-build - contracts-bedrock-build
- cannon-prestate - cannon-prestate
......
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