Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
ci: Stop running l2oo variant of devnet tests (ethereum-optimism#10818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Jun 14, 2024
1 parent f99eca3 commit 5cd0214
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,13 +1137,6 @@ jobs:
DEVNET_PLASMA: 'false'
steps:
- checkout
- when:
condition:
equal: ['l2oo', <<parameters.variant>>]
steps:
- run:
name: Set DEVNET_L2OO = true
command: echo 'export DEVNET_L2OO=true' >> $BASH_ENV
- when:
condition:
equal: ['plasma', <<parameters.variant>>]
Expand Down Expand Up @@ -1750,7 +1743,7 @@ workflows:
- devnet:
matrix:
parameters:
variant: ["default", "l2oo", "plasma", "plasma-generic"]
variant: ["default", "plasma", "plasma-generic"]
requires:
- pnpm-monorepo
- op-batcher-docker-build
Expand Down

0 comments on commit 5cd0214

Please sign in to comment.