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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromiumos.tryserver", 8 "chromiumos.tryserver",
9 "--builder", 9 "--builder",
10 "etc", 10 "pre-cq",
11 "--slave", 11 "--slave",
12 "test", 12 "test",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/c hromite.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/c hromite.git'}]",
15 "--root", 15 "--root",
16 "chromite", 16 "chromite",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 ], 73 ],
74 "name": "read chromite config" 74 "name": "read chromite config"
75 }, 75 },
76 { 76 {
77 "allow_subannotations": true, 77 "allow_subannotations": true,
78 "cmd": [ 78 "cmd": [
79 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 79 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
80 "--buildroot", 80 "--buildroot",
81 "[ROOT]/cbuild/etc_master", 81 "[ROOT]/cbuild/etc_master",
82 "--clobber", 82 "--clobber",
83 "--buildbucket-id",
84 "12345",
83 "--timeout", 85 "--timeout",
84 "14400", 86 "14400",
85 "--remote-trybot", 87 "--remote-trybot",
86 "--remote-version=4", 88 "--remote-version=4",
87 "xxx-fakeboard-fakebuild" 89 "binhost-pre-cq"
88 ], 90 ],
89 "cwd": "[SLAVE_BUILD]", 91 "cwd": "[SLAVE_BUILD]",
90 "name": "cbuildbot [xxx-fakeboard-fakebuild]" 92 "name": "cbuildbot [binhost-pre-cq]"
91 }, 93 },
92 { 94 {
93 "name": "$result", 95 "name": "$result",
94 "recipe_result": null, 96 "recipe_result": null,
95 "status_code": 0 97 "status_code": 0
96 } 98 }
97 ] 99 ]
OLDNEW
« 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