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

Unified Diff: cr-buildbucket.cfg

Issue 2683353004: cr-buildbucket: update linux_chromium_rel_ng (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cr-buildbucket.cfg
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index d3720e8ee5f3cd784c9cc7d8f371028b4e8f437c..b7c6c32ac05ef0d442c5088800dee294f32b2716 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -121,16 +121,10 @@ buckets {
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-14.04"
dimensions: "pool:Chrome.LUCI"
- caches {
- # Contains bare .git repositories that are used as git cache stored
- # on the bots. Used by bot_update recipe module
- name: "git_cache"
- path: "git_cache"
- }
recipe {
repository: "https://chromium.googlesource.com/chromium/tools/build.git"
properties: "mastername:luci.chromium.try"
- properties: "path_config:kitchen"
+ name: "chromium_trybot"
}
execution_timeout_secs: 5400 # 90 min
}
@@ -139,11 +133,6 @@ buckets {
builders {
category: "Chromium CQ"
name: "LUCI linux_chromium_rel_ng"
- dimensions: "cpu:x86-64"
- dimensions: "os:Ubuntu-14.04"
- recipe {
- name: "chromium_trybot"
- }
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698