[infra] Instruct people to contact dart-engprod.

Change-Id: Ie1f5a6e887ad527bfaf2f69bc210e05b4686f621
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141883
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
This commit is contained in:
Jonas Termansen 2020-04-01 08:55:31 +00:00 committed by commit-bot@chromium.org
parent 414f6625f8
commit eea9717938
3 changed files with 4 additions and 4 deletions

View file

@ -85,7 +85,7 @@ class ProcessQueue {
cancelDebugTimer();
_debugTimer = Timer(debugTimerDuration, () {
print("The debug timer of test.dart expired. Please report this issue"
" to whesse@ and provide the following information:");
" to dart-engprod@ and provide the following information:");
print("");
print("Graph is sealed: ${_graph.isSealed}");
print("");

View file

@ -104,8 +104,8 @@ class IgnoredTestMonitor extends EventListener {
if (test.lastCommandOutput.result(test) == Expectation.ignore) {
countIgnored++;
if (countIgnored > maxIgnored) {
print("/nMore than $maxIgnored tests were ignored due to flakes in");
print("the test infrastructure. Notify whesse@google.com.");
print("\nMore than $maxIgnored tests were ignored due to flakes in");
print("the test infrastructure. Notify dart-engprod@.");
print("Output of the last ignored test was:");
print(_buildFailureOutput(test));
exit(1);

View file

@ -101,7 +101,7 @@ def SrcSteps(build_info):
sys.exit(1)
if not "jessie" in stdout:
print "Trying to build debian bits but not on debian Jessie"
print "You can't fix this, please contact whesse@"
print "You can't fix this, please contact dart-engprod@"
sys.exit(1)
with bot.BuildStep('Create src tarball'):