Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: chrome/test/chromedriver/test/waterfall_builder_config_sample.json

Issue 633213002: Waterfall builder monitoring script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/test/waterfall_builder_monitor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/waterfall_builder_config_sample.json
diff --git a/chrome/test/chromedriver/test/waterfall_builder_config_sample.json b/chrome/test/chromedriver/test/waterfall_builder_config_sample.json
new file mode 100644
index 0000000000000000000000000000000000000000..b83b7f501803e1e9c8ddeef663d71517003afef2
--- /dev/null
+++ b/chrome/test/chromedriver/test/waterfall_builder_config_sample.json
@@ -0,0 +1,32 @@
+{
+ "build_info": {
+ "win7" : {
+ "builder_url" : "http://build.chromium.org/p/chromium.chromedriver/builders/Win7/builds/",
+ "json_url" : "http://build.chromium.org/p/chromium.chromedriver/json/builders/Win7/builds/%s?as_text=1",
+ "builds_url": "http://build.chromium.org/p/chromium.chromedriver/json/builders/Win7/builds/_all?as_text=1"
+ },
+ "mac_10_6" : {
+ "builder_url" : "http://build.chromium.org/p/chromium.chromedriver/builders/Mac%2010.6/builds/",
+ "json_url" : "http://build.chromium.org/p/chromium.chromedriver/json/builders/Mac 10.6/builds/%s?as_text=1",
+ "builds_url": "http://build.chromium.org/p/chromium.chromedriver/json/builders/Mac 10.6/builds/_all?as_text=1"
+ },
+ "linux" : {
+ "builder_url" : "http://build.chromium.org/p/chromium.chromedriver/builders/Linux/builds/",
+ "json_url" : "http://build.chromium.org/p/chromium.chromedriver/json/builders/Linux/builds/%s?as_text=1",
+ "builds_url": "http://build.chromium.org/p/chromium.chromedriver/json/builders/Linux/builds/_all?as_text=1"
+ },
+ "linux32" : {
+ "builder_url" : "http://build.chromium.org/p/chromium.chromedriver/builders/Linux32/builds/",
+ "json_url" : "http://build.chromium.org/p/chromium.chromedriver/json/builders/Linux32/builds/%s?as_text=1",
+ "builds_url": "http://build.chromium.org/p/chromium.chromedriver/json/builders/Linux32/builds/_all?as_text=1"
+ },
+ "android_chromedriver_test" : {
+ "builder_url" : "http://build.chromium.org/p/chromium.fyi/builders/Android%20ChromeDriver%20Tests%20%28dbg%29/builds/",
+ "json_url" : "http://build.chromium.org/p/chromium.fyi/json/builders/Android ChromeDriver Tests (dbg)/builds/%s?as_text=1",
+ "builds_url": "http://build.chromium.org/p/chromium.fyi/json/builders/Android ChromeDriver Tests (dbg)/builds/_all?as_text=1"
+ }
+ },
+ "recipient_emails": "pshenoy@chromium.org",
+ "sender_email": "pshenoy@chromium.org",
+ "old_build_days": 2
+}
« no previous file with comments | « no previous file | chrome/test/chromedriver/test/waterfall_builder_monitor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698