Commit 5cd02140 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

ci: Stop running l2oo variant of devnet tests (#10818)

parent f99eca39
...@@ -1137,13 +1137,6 @@ jobs: ...@@ -1137,13 +1137,6 @@ jobs:
DEVNET_PLASMA: 'false' DEVNET_PLASMA: 'false'
steps: steps:
- checkout - checkout
- when:
condition:
equal: ['l2oo', <<parameters.variant>>]
steps:
- run:
name: Set DEVNET_L2OO = true
command: echo 'export DEVNET_L2OO=true' >> $BASH_ENV
- when: - when:
condition: condition:
equal: ['plasma', <<parameters.variant>>] equal: ['plasma', <<parameters.variant>>]
...@@ -1750,7 +1743,7 @@ workflows: ...@@ -1750,7 +1743,7 @@ workflows:
- devnet: - devnet:
matrix: matrix:
parameters: parameters:
variant: ["default", "l2oo", "plasma", "plasma-generic"] variant: ["default", "plasma", "plasma-generic"]
requires: requires:
- pnpm-monorepo - pnpm-monorepo
- op-batcher-docker-build - op-batcher-docker-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