You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mantle/cmd/kola/options.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ func init() {
60
60
sv(&kola.Options.BaseName, "basename", "kola", "Cluster name prefix")
61
61
ss("debug-systemd-unit", []string{}, "full-unit-name.service to enable SYSTEMD_LOG_LEVEL=debug on. Can be specified multiple times.")
62
62
ssv(&kola.DenylistedTests, "denylist-test", []string{}, "Test pattern to add to denylist. Can be specified multiple times.")
63
-
sv(&kola.DenylistStream, "denylist-stream", "", "Stream name used to match entries in the kola denylist")
63
+
sv(&kola.DenylistStream, "denylist-stream", "", "Stream name for denylist filtering. If set, manifest.yaml is not read and 'osversion' will be empty for denylist evaluation.")
64
64
bv(&kola.NoNet, "no-net", false, "Don't run tests that require an Internet connection")
65
65
bv(&kola.ForceRunPlatformIndependent, "run-platform-independent", false, "Run tests that claim platform independence")
66
66
ssv(&kola.Tags, "tag", []string{}, "Test tag to run. Can be specified multiple times.")
0 commit comments