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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_cq_buildbucket_config.json

Issue 2166673002: Pass buildbucket.build.id to cbuildbot as --buildbucket-id. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: use_json_recipe Created 4 years, 5 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 | « scripts/slave/recipes/cros/cbuildbot_tryjob.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_cq_buildbucket_config.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_cq_buildbucket_config.json
similarity index 95%
copy from scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
copy to scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_cq_buildbucket_config.json
index 9927f3abec39ca8ba9f457657599bacbc7134dfc..4d12e182d14849241dd5be81ec0ef7d1f7e7e806 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_cq_buildbucket_config.json
@@ -7,7 +7,7 @@
"--master",
"chromiumos.tryserver",
"--builder",
- "etc",
+ "pre-cq",
"--slave",
"test",
"--spec",
@@ -80,14 +80,16 @@
"--buildroot",
"[ROOT]/cbuild/etc_master",
"--clobber",
+ "--buildbucket-id",
+ "12345",
"--timeout",
"14400",
"--remote-trybot",
"--remote-version=4",
- "xxx-fakeboard-fakebuild"
+ "binhost-pre-cq"
],
"cwd": "[SLAVE_BUILD]",
- "name": "cbuildbot [xxx-fakeboard-fakebuild]"
+ "name": "cbuildbot [binhost-pre-cq]"
},
{
"name": "$result",
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698