Files
pezkuwi-subxt/.gitlab/pipeline/zombienet.yml
T
Javier Viola db1af43c39 chore(zombienet): bump version (#3933)
This version includes:

- Internal metrics of zombienet (used to benchmark with v2).
2024-04-02 11:22:21 +00:00

16 lines
489 B
YAML

.zombienet-refs:
extends: .build-refs
variables:
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.99"
PUSHGATEWAY_URL: "http://zombienet-prometheus-pushgateway.managed-monitoring:9091/metrics/job/zombie-metrics"
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