Skip to content

Commit

Permalink
circleci: Add celo devnet-allocs CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac authored and karlb committed Jan 14, 2025
1 parent 9ea853f commit 915b37c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@ jobs:
environment:
FOUNDRY_PROFILE: ci
working_directory: packages/contracts-bedrock
- run:
name: Generate Celo allocs
command: DEVNET_L2OO="true" DEVNET_CELO="true" make devnet-allocs
- run:
name: Copy Celo allocs to .devnet-celo
command: cp -r .devnet/ .devnet-celo/
- run:
name: Generate allocs
command: |
Expand All @@ -263,6 +269,12 @@ jobs:
- ".devnet-alt-da"
- ".devnet-alt-da-generic"
- ".devnet-mt-cannon"
- ".devnet-celo/addresses.json"
- ".devnet-celo/allocs-l1.json"
- ".devnet-celo/allocs-l2-delta.json"
- ".devnet-celo/allocs-l2-ecotone.json"
- ".devnet-celo/allocs-l2-fjord.json"
- ".devnet-celo/addresses.json"
- notify-failures-on-develop

check-kontrol-build:
Expand Down

0 comments on commit 915b37c

Please sign in to comment.