mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
5ed0a75fcd
Brridges zombienet tests are non-standard - zombienet currently missing multiple relay chains support (see e.g. https://github.com/paritytech/zombienet/pull/796), so we need to go live with two relay networks, their parachains + custom test runner (which e.g. doesn't shutdown net when its tests are finished and instead waits for both networks tests to complete). So we are stuck with native zombienet provider => this PR is an attempt to gather everything in a single docker container and run tests there ~Draft, because it is far from finishing - what I want now is to see how it works on CI~
15 lines
375 B
YAML
15 lines
375 B
YAML
.zombienet-refs:
|
|
extends: .build-refs
|
|
variables:
|
|
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.86"
|
|
|
|
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
|