Skip to content

Commit

Permalink
mantle/kola: drop reference in comment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dustymabe committed Sep 25, 2024
1 parent ff5903b commit 8b6298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle/kola/tests/upgrade/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})
}
Expand Down

0 comments on commit 8b6298c

Please sign in to comment.