Files
pezkuwi-subxt/.gitlab/pipeline/zombienet.yml
T
Javier Viola f394477988 chore: bump zombienet version (#3830)
bump version to `1.3.97` (follow up from
https://github.com/paritytech/polkadot-sdk/pull/3805)

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
2024-03-27 02:45:29 +00:00

15 lines
375 B
YAML

.zombienet-refs:
extends: .build-refs
variables:
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.98"
include:
# substrate tests
- .gitlab/pipeline/zombienet/substrate.yml
# cumulus tests
- .gitlab/pipeline/zombienet/cumulus.yml
# polkadot tests
- .gitlab/pipeline/zombienet/polkadot.yml
# bridges tests
- .gitlab/pipeline/zombienet/bridges.yml