From 741c60497ba46a111767f2cbd91856398c209fe0 Mon Sep 17 00:00:00 2001 From: andrussal Date: Thu, 11 Dec 2025 09:11:05 +0100 Subject: [PATCH] Add logging to k8s deployer orchestrator --- testing-framework/runners/k8s/src/deployer/orchestrator.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing-framework/runners/k8s/src/deployer/orchestrator.rs b/testing-framework/runners/k8s/src/deployer/orchestrator.rs index f367e05..19540a5 100644 --- a/testing-framework/runners/k8s/src/deployer/orchestrator.rs +++ b/testing-framework/runners/k8s/src/deployer/orchestrator.rs @@ -97,6 +97,8 @@ impl Deployer for K8sDeployer { info!( validators = descriptors.validators().len(), executors = descriptors.executors().len(), + duration_secs = scenario.duration().as_secs(), + readiness_checks = self.readiness_checks, "starting k8s deployment" );