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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/release_branch_params.json

Issue 2374543006: Base flags on bootstrapped Chromite branch. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu mos/chromite.git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu mos/chromite.git'}]",
9 "--patch_root", 9 "--patch_root",
10 "chromite", 10 "chromite",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "cmd": [ 80 "cmd": [
81 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 81 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
82 "--buildroot", 82 "--buildroot",
83 "[ROOT]/cbuild/external_master", 83 "[ROOT]/cbuild/external_master",
84 "--git-cache-dir", 84 "--git-cache-dir",
85 "/b/cros_git_cache", 85 "/b/cros_git_cache",
86 "--timeout", 86 "--timeout",
87 "14400", 87 "14400",
88 "--remote-trybot", 88 "--remote-trybot",
89 "--remote-version=4", 89 "--remote-version=4",
90 "--branch",
91 "release-R55-9999.B",
90 "x86-generic-full" 92 "x86-generic-full"
91 ], 93 ],
92 "cwd": "[SLAVE_BUILD]", 94 "cwd": "[SLAVE_BUILD]",
93 "name": "cbuildbot [x86-generic-full]" 95 "name": "cbuildbot [x86-generic-full]"
94 }, 96 },
95 { 97 {
96 "name": "$result", 98 "name": "$result",
97 "recipe_result": null, 99 "recipe_result": null,
98 "status_code": 0 100 "status_code": 0
99 } 101 }
100 ] 102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698