Skip to content

Commit

Permalink
fix: multi pp e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 15, 2025
1 parent ff9ce60 commit 9ef279c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-e2e-multi_pp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,19 @@ jobs:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}


- name: Build Docker
run: make build-docker

- name: Build Tools
run: make build-tools

- name: Checkout kurtosis-cdk
- name: Checkout Kurtosis CDK
uses: actions/checkout@v4
with:
repository: 0xPolygon/kurtosis-cdk
path: kurtosis-cdk
ref: jhilliard/multi-pp-testing
ref: v0.2.26

- name: Install Kurtosis CDK tools
uses: ./kurtosis-cdk/.github/actions/setup-kurtosis-cdk
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,18 @@ jobs:
- "fork12-rollup"
- "fork12-pessimistic"
steps:
- uses: actions/checkout@v4

- name: Checkout kurtosis-cdk repository
- name: Checkout Code
uses: actions/checkout@v4
with:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}

- name: Build Docker
run: make build-docker

- name: Checkout kurtosis-cdk
- name: Checkout Kurtosis CDK
uses: actions/checkout@v4
with:
repository: 0xPolygon/kurtosis-cdk
path: kurtosis-cdk
ref: v0.2.24
ref: v0.2.26

- name: Install Kurtosis CDK tools
uses: ./kurtosis-cdk/.github/actions/setup-kurtosis-cdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ args:


cdk_node_image: cdk:latest
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.60.0
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.61.2
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
additional_services: []
consensus_contract_type: pessimistic
Expand Down
2 changes: 1 addition & 1 deletion test/combinations/fork12-pessimistic-multi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
args:
cdk_node_image: cdk:latest
agglayer_image: ghcr.io/agglayer/agglayer:0.2.0-rc.20
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.60.0
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.61.2
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
additional_services: []
consensus_contract_type: pessimistic
Expand Down
2 changes: 1 addition & 1 deletion test/combinations/fork12-pessimistic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
args:
agglayer_image: ghcr.io/agglayer/agglayer:0.2.0-rc.20
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.60.0-beta8
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.61.2-beta8
cdk_node_image: cdk
zkevm_bridge_proxy_image: haproxy:3.0-bookworm
zkevm_bridge_service_image: hermeznetwork/zkevm-bridge-service:v0.6.0-RC1
Expand Down

0 comments on commit 9ef279c

Please sign in to comment.