Run bridges zombienet tests on CI (#2439)
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~
parent
6579d6cc
Showing
- .gitlab/pipeline/build.yml 18 additions, 0 deletions.gitlab/pipeline/build.yml
- .gitlab/pipeline/publish.yml 22 additions, 0 deletions.gitlab/pipeline/publish.yml
- .gitlab/pipeline/zombienet.yml 2 additions, 0 deletions.gitlab/pipeline/zombienet.yml
- .gitlab/pipeline/zombienet/bridges.yml 54 additions, 0 deletions.gitlab/pipeline/zombienet/bridges.yml
- bridges/zombienet/run-tests.sh 43 additions, 7 deletionsbridges/zombienet/run-tests.sh
- cumulus/scripts/bridges_common.sh 9 additions, 15 deletionscumulus/scripts/bridges_common.sh
- cumulus/scripts/bridges_rococo_westend.sh 6 additions, 6 deletionscumulus/scripts/bridges_rococo_westend.sh
- docker/dockerfiles/bridges_zombienet_tests_injected.Dockerfile 60 additions, 0 deletions...r/dockerfiles/bridges_zombienet_tests_injected.Dockerfile
.gitlab/pipeline/zombienet/bridges.yml
0 → 100644
Please register or sign in to comment