Merge "Remove warning about LOAS not enabled" into main

This commit is contained in:
Treehugger Robot
2024-05-03 17:38:44 +00:00
committed by Gerrit Code Review

View File

@@ -159,12 +159,6 @@ func CheckProdCreds(ctx Context, config Config) {
fmt.Fprintln(ctx.Writer, "")
return
}
if config.GoogleProdCredsExist() {
return
}
fmt.Fprintln(ctx.Writer, "")
fmt.Fprintln(ctx.Writer, "\033[33mWARNING: Missing LOAS credentials, please run `gcert`. This is required for a successful build execution. See go/rbe-android-default-announcement for more information.\033[0m")
fmt.Fprintln(ctx.Writer, "")
}
// DumpRBEMetrics creates a metrics protobuf file containing RBE related metrics.