From 8b6298cb7f5d7b61194200b69e0065f8f09cc671 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 24 Sep 2024 13:31:01 -0400 Subject: [PATCH] mantle/kola: drop reference in comment The config was updated in 3c74005 to add steady_interval_secs but in reality it's more convenient for us to just start zincati here anyway. Let's drop the instructions to update, since we're just planning on keeping this here now anyway. --- mantle/kola/tests/upgrade/basic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantle/kola/tests/upgrade/basic.go b/mantle/kola/tests/upgrade/basic.go index 25809525f2..3bbc80d53b 100644 --- a/mantle/kola/tests/upgrade/basic.go +++ b/mantle/kola/tests/upgrade/basic.go @@ -321,7 +321,7 @@ func runFnAndWaitForRebootIntoVersion(c cluster.TestCluster, m platform.Machine, func waitForUpgradeToVersion(c cluster.TestCluster, m platform.Machine, version string) { runFnAndWaitForRebootIntoVersion(c, m, version, func() { - // XXX: update to use https://github.com/coreos/zincati/issues/203 + // Start Zincati so it will apply the update c.RunCmdSync(m, "sudo systemctl start zincati.service") }) }