mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
f394477988
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>
15 lines
375 B
YAML
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
|