Przeglądaj źródła

Remove "dumping rbe metrics" message

The issue where RBE was taking a long time has been fixed, so this
message isn't that important anymore, and it was overriding the last
ephemeral status message that soong output.

Test: Presubmits
Change-Id: I019f351a3307176ec7b4786d4387fde9061ba08b
Cole Faust 1 rok temu
rodzic
commit
0428f71b30
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      ui/build/rbe.go

+ 0 - 2
ui/build/rbe.go

@@ -183,8 +183,6 @@ func DumpRBEMetrics(ctx Context, config Config, filename string) {
 		return
 	}
 
-	ctx.Status.Status("Dumping rbe metrics...")
-
 	outputDir := config.rbeProxyLogsDir()
 	if outputDir == "" {
 		ctx.Fatal("RBE output dir variable not defined. Aborting metrics dumping.")