Skip to content

Commit 1e5f5fe

Browse files
pepoviolabkchr
andauthored
bump zombienet version and set request for k8s (#5968)
Bump zombienet version, including fixes for `ci` and set _resources requests_ for the runner. Thx! Co-authored-by: Bastian Köcher <[email protected]>
1 parent c482333 commit 1e5f5fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab/pipeline/zombienet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
.zombienet-refs:
22
extends: .build-refs
33
variables:
4-
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.113"
4+
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.114"
55
PUSHGATEWAY_URL: "http://zombienet-prometheus-pushgateway.managed-monitoring:9091/metrics/job/zombie-metrics"
66
DEBUG: "zombie,zombie::network-node,zombie::kube::client::logs"
77
ZOMBIE_PROVIDER: "k8s"
88
RUST_LOG: "info,zombienet_orchestrator=debug"
99
RUN_IN_CI: "1"
10+
KUBERNETES_CPU_REQUEST: "512m"
11+
KUBERNETES_MEMORY_REQUEST: "512M"
1012
timeout: 60m
1113

1214
include:

0 commit comments

Comments
 (0)