Skip to content

Commit 8b6298c

Browse files
committed
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.
1 parent ff5903b commit 8b6298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantle/kola/tests/upgrade/basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func runFnAndWaitForRebootIntoVersion(c cluster.TestCluster, m platform.Machine,
321321

322322
func waitForUpgradeToVersion(c cluster.TestCluster, m platform.Machine, version string) {
323323
runFnAndWaitForRebootIntoVersion(c, m, version, func() {
324-
// XXX: update to use https://github.com/coreos/zincati/issues/203
324+
// Start Zincati so it will apply the update
325325
c.RunCmdSync(m, "sudo systemctl start zincati.service")
326326
})
327327
}

0 commit comments

Comments
 (0)