Remove warning about LOAS not enabled
RBE is now the default for all Google internal builds, so this warning is no longer necessary. Bug: n/a Change-Id: I2da3e9b84c20f32b3e3f90f49a974512248db2ec
This commit is contained in:
parent
53507d1559
commit
074e4cc9ad
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue