Skip to content

Commit

Permalink
ci: bump versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Oct 3, 2024
1 parent 184c694 commit eae82c4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .github/tests/forks/fork11.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
args:
# https://hub.docker.com/repository/docker/leovct/zkevm-contracts/tags?name=fork.11
zkevm_contracts_image: leovct/zkevm-contracts:v7.0.0-rc.2-fork.11
zkevm_prover_image: hermeznetwork/zkevm-prover:v7.0.0-RC31-fork.11
# https://hub.docker.com/r/hermeznetwork/zkevm-prover/tags?name=fork.11
zkevm_prover_image: hermeznetwork/zkevm-prover:v7.0.2-fork.11

# https://hub.docker.com/r/hermeznetwork/cdk-erigon/tags
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v1.2.22
# https://hub.docker.com/r/hermeznetwork/zkevm-node/tags?name=fork11
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.0-fork11-RC1

additional_services:
Expand Down
13 changes: 8 additions & 5 deletions .github/tests/forks/fork12.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
args:
# This is a transitional image that includes a fix on top of version v8.0.0-rc.2-fork.12.
# https://github.com/0xPolygonHermez/zkevm-contracts/pull/323
zkevm_contracts_image: leovct/zkevm-contracts:v8.0.0-rc.3-fork.12
#zkevm_contracts_image: leovct/zkevm-contracts:v8.0.0-rc.2-fork.12
zkevm_prover_image: hermeznetwork/zkevm-prover:v8.0.0-RC10-fork.12
# https://hub.docker.com/repository/docker/leovct/zkevm-contracts/tags?name=fork.12
zkevm_contracts_image: leovct/zkevm-contracts:v8.0.0-rc.4-fork.12

# https://hub.docker.com/r/hermeznetwork/zkevm-prover/tags?name=v8
zkevm_prover_image: hermeznetwork/zkevm-prover:v8.0.0-RC12-fork.12

# https://hub.docker.com/r/hermeznetwork/cdk-erigon/tags
cdk_erigon_node_image: hermeznetwork/cdk-erigon:4cf9ba7

additional_services:
- tx_spammer
6 changes: 5 additions & 1 deletion .github/tests/forks/fork9.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
args:
# https://hub.docker.com/repository/docker/leovct/zkevm-contracts/tags?name=fork.9
zkevm_contracts_image: leovct/zkevm-contracts:v6.0.0-rc.1-fork.9
zkevm_prover_image: hermeznetwork/zkevm-prover:v6.0.4
# https://hub.docker.com/r/hermeznetwork/zkevm-prover/tags?name=v6
zkevm_prover_image: hermeznetwork/zkevm-prover:v6.0.6

# https://hub.docker.com/r/hermeznetwork/zkevm-node/tags?name=v0.7
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.3-RC1
# https://hub.docker.com/r/0xpolygon/cdk-validium-node/tags?name=0.7
cdk_validium_node_image: 0xpolygon/cdk-validium-node:0.7.0-cdk

additional_services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ args:
# Cardona/Sepolia is using fork id 9.
# https://sepolia.etherscan.io/address/0x32d33D5137a7cFFb54c5Bf8371172bcEc5f310ff#readProxyContract#F25
# rollupIDToRollupData(1) => forkID=9
zkevm_prover_image: hermeznetwork/zkevm-prover:v6.0.4
zkevm_prover_image: hermeznetwork/zkevm-prover:v6.0.6
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.3-RC1
2 changes: 2 additions & 0 deletions params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ args:
additional_services: []

# FORK 12 IMAGES
# yq .args .github/tests/forks/fork12.yml
zkevm_contracts_image: leovct/zkevm-contracts:v8.0.0-rc.4-fork.12
zkevm_prover_image: hermeznetwork/zkevm-prover:v8.0.0-RC12-fork.12
cdk_erigon_node_image: hermeznetwork/cdk-erigon:4cf9ba7

# FORK 11 IMAGES
# yq .args .github/tests/forks/fork11.yml
# zkevm_contracts_image: leovct/zkevm-contracts:v7.0.0-rc.2-fork.11
# zkevm_prover_image: hermeznetwork/zkevm-prover:v7.0.2-fork.11
# cdk_erigon_node_image: hermeznetwork/cdk-erigon:v1.2.22
Expand Down

0 comments on commit eae82c4

Please sign in to comment.