mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
e661dc0b96
Related to https://github.com/paritytech/polkadot-sdk/issues/3176 This PR only adds the first bridge zombienet test back to the CI after fixing it, reverting https://github.com/paritytech/polkadot-sdk/pull/3071 Credits to @svyatonik for building all the CI infrastructure around this.
15 lines
375 B
YAML
15 lines
375 B
YAML
.zombienet-refs:
|
|
extends: .build-refs
|
|
variables:
|
|
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.91"
|
|
|
|
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
|