aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Garrett <dgarrett@google.com>2016-01-20 15:11:11 -0800
committerGaurav Shah <gauravsh@google.com>2016-01-21 02:25:24 +0000
commitf4c22e9c9dd9a828d410790b5bd1e6698841981f (patch)
tree85edc837184a04f690452b91948f5c2adc2dfe32
parentbe77f2726dfb7cf8e19c1a6a9d080fa23adddd47 (diff)
downloadbbuildbot_config-f4c22e9c9dd9a828d410790b5bd1e6698841981f.tar.gz
Enable email alerts on build failures.
If a brillo build fails, send an email alert to bruteus+bbotfailure@google.com. BUG=chromium:579719 TEST=bin/cbuildbot --buildroot ~/tmp/buildroot --nobootstrap \ --noreexec --buildbot --debug --config_repo \ https://android.googlesource.com/platform/bbuildbot_config/ \ bbuildbot Change-Id: I1bfba95516f7f52aa378281a581b3824eaa4dce8
-rw-r--r--config_dump.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/config_dump.json b/config_dump.json
index 4842837..27383b3 100644
--- a/config_dump.json
+++ b/config_dump.json
@@ -1,7 +1,14 @@
{
"_default": {
"boards": [],
- "manifest_repo_url": "https://android.googlesource.com/platform/bbuildbot_config/"
+ "manifest_repo_url": "https://android.googlesource.com/platform/bbuildbot_config/",
+ "builder_class_name": "config.builders.brillo_builders.BrilloBuilder",
+ "brillo_manifest_url": "https://android.googlesource.com/brillo/manifest",
+ "brillo_manifest_branch": "master",
+ "health_threshold": 1,
+ "health_alert_recipients": [
+ "bruteus+bbotfailure@google.com"
+ ]
},
"_site_params": {
"ARCHIVE_URL": "gs://abuildbot-build-archive/bbuildbot"
@@ -9,9 +16,6 @@
"_templates": {},
"bbuildbot": {
- "builder_class_name": "config.builders.brillo_builders.BrilloBuilder",
- "brillo_manifest_url": "https://android.googlesource.com/brillo/manifest",
- "brillo_manifest_branch": "master",
"lunch_target": "brilloemulator_arm-eng",
"emulator": "brilloemulator-arm"
}