Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some CI tests to CircleCI #178

Merged
merged 10 commits into from
Oct 4, 2022
Prev Previous commit
Next Next commit
🤖 Extend wait time
  • Loading branch information
mudler committed Oct 4, 2022
commit d800f68a9e1bdacb7042db1ec52c6ce7d99a2fc9
2 changes: 1 addition & 1 deletion tests/upgrade_latest_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var _ = Describe("k3s upgrade manual test", Label("upgrade-latest-with-cli"), fu
v, _ = Machine.Command("source /etc/os-release; echo $VERSION")
return v
// TODO: Add regex semver check here
}, 10*time.Minute, 10*time.Second).ShouldNot(Equal(currentVersion))
}, 30*time.Minute, 10*time.Second).ShouldNot(Equal(currentVersion))
})
})
})