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
151365: bazel: enable remote build on mesolite from linux r=rickystewart a=jlinder
We are merging EngFlow clusters. This transitions to using the mesolite cluster for running remote builds from gceworkers.
Part of: DEVINF-1489
Release note: None
151668: backupsink: increase test size to large r=msbutler a=jeffswenson
The test allocates a relatively large buffers and we have seen periodic ooms as a result.
Release note: None
Informs: #145892
Informs: #150623
Informs: #151665
Informs: #151032
151796: kvserver: add timeseries metric for value retrieval count r=annrpom a=annrpom
Epic: none
Release note: None
151810: scplan: unredact logs for unable to make progress error r=rafiss a=rafiss
We have seen this error in tests and Sentry reports. The details for the error do not show up when logs are redacted, so this change makes the details appear in the AssertionError itself. This also makes stageBuilder implement redact.SafeFormatter so that the error is formatted safely.
fixes#151769
informs #147315
Release note: None
Co-authored-by: James H. Linder <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: Annie Pompa <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
returnfmt.Sprintf("Must specify the --tls_client_certificate to use for EngFlow builds in %s/.bazelrc.user. This is a line of the form: `build:engflow --tls_client_certificate=/path/to/file`.", cfg.workspace)
return"Make sure you've installed engflow_auth (https://github.com/EngFlow/auth), added it to your PATH, and login using `engflow_auth login -store=file https://mesolite.cluster.engflow.com`."
returnfmt.Sprintf("Please remove the --tls_client_certificate line from %s/.bazelrc.user. It is no longer necessary when using engflow_auth.", cfg.workspace)
returnfmt.Sprintf("Must specify the --tls_client_key to use for EngFlow builds in %s/.bazelrc.user. This is a line of the form: `build:engflow --tls_client_key=/path/to/file`.", cfg.workspace)
0 commit comments