Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
bump zombienet version to v1.3.37 (#13447)
Browse files Browse the repository at this point in the history
* bump zombienet version to v1.3.35

* remove  checks, since now is checked by zn

* Update .gitlab-ci.yml

---------

Co-authored-by: Anton <anton.kalyaev@gmail.com>
  • Loading branch information
pepoviola and melekes authored Mar 3, 2023
1 parent e923511 commit 2520ded
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variables:
RUSTY_CACHIER_COMPRESSION_METHOD: zstd
NEXTEST_FAILURE_OUTPUT: immediate-final
NEXTEST_SUCCESS_OUTPUT: final
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.34"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.37"

.shared-default: &shared-default
retry:
Expand Down
3 changes: 0 additions & 3 deletions zombienet/0000-block-building/block-building.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ Description: Block building
Network: ./block-building.toml
Creds: config

alice: is up within 30 seconds
bob: is up within 30 seconds

alice: reports node_roles is 4
bob: reports node_roles is 4

Expand Down
5 changes: 0 additions & 5 deletions zombienet/0001-basic-warp-sync/test-warp-sync.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ Description: Warp sync
Network: ./test-warp-sync.toml
Creds: config

alice: is up within 30 seconds
bob: is up within 30 seconds
charlie: is up within 30 seconds
dave: is up within 30 seconds

alice: reports node_roles is 1
bob: reports node_roles is 1
charlie: reports node_roles is 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ Description: Warp sync
Network: ./test-validators-warp-sync.toml
Creds: config

alice: is up within 30 seconds
bob: is up within 30 seconds
charlie: is up within 30 seconds
dave: is up within 30 seconds
eve: is up within 30 seconds

alice: reports node_roles is 4
bob: reports node_roles is 4
charlie: reports node_roles is 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ Description: Warp sync
Network: ./test-block-building-warp-sync.toml
Creds: config

alice: is up within 30 seconds
bob: is up within 30 seconds
charlie: is up within 30 seconds
dave: is up within 30 seconds

alice: reports node_roles is 4
bob: reports node_roles is 4
charlie: reports node_roles is 1
Expand Down

0 comments on commit 2520ded

Please sign in to comment.