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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json

Issue 1839183003: Switch the "Linux ChromiumOS Builder" to MB (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "chromium.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
135 "env": { 135 "env": {
136 "GYP_CHROMIUM_NO_ACTION": "1",
136 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome OS gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arc h=x64 test_isolation_mode=prepare use_goma=1", 137 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome OS gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arc h=x64 test_isolation_mode=prepare use_goma=1",
137 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 138 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
138 }, 139 },
139 "name": "gclient runhooks" 140 "name": "gclient runhooks"
140 }, 141 },
141 { 142 {
142 "cmd": [ 143 "cmd": [
143 "python", 144 "python",
144 "-u", 145 "-u",
145 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "[SLAVE_BUILD]/src/out/Release", 210 "[SLAVE_BUILD]/src/out/Release",
210 "--clean-isolated-files" 211 "--clean-isolated-files"
211 ], 212 ],
212 "cwd": "[SLAVE_BUILD]", 213 "cwd": "[SLAVE_BUILD]",
213 "name": "clean isolated files" 214 "name": "clean isolated files"
214 }, 215 },
215 { 216 {
216 "cmd": [ 217 "cmd": [
217 "python", 218 "python",
218 "-u", 219 "-u",
220 "[SLAVE_BUILD]/src/tools/mb/mb.py",
221 "gen",
222 "-m",
223 "chromium.chromiumos",
224 "-b",
225 "Linux ChromiumOS Builder",
226 "--config-file",
227 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
228 "--goma-dir",
229 "[SLAVE_BUILD]/src/build/goma/client",
230 "--swarming-targets-file",
231 "browser_tests\n",
232 "//out/Release"
233 ],
234 "cwd": "[SLAVE_BUILD]",
235 "name": "generate_build_files",
236 "~followup_annotations": [
237 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
238 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
239 ]
240 },
241 {
242 "cmd": [
243 "python",
244 "-u",
219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
220 "--show-path", 246 "--show-path",
221 "python", 247 "python",
222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
223 "--ninja-path", 249 "--ninja-path",
224 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
225 "--target", 251 "--target",
226 "Release", 252 "Release",
227 "--src-dir", 253 "--src-dir",
228 "[SLAVE_BUILD]/src", 254 "[SLAVE_BUILD]/src",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "~followup_annotations": [ 360 "~followup_annotations": [
335 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@" 361 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@"
336 ] 362 ]
337 }, 363 },
338 { 364 {
339 "name": "$result", 365 "name": "$result",
340 "recipe_result": null, 366 "recipe_result": null,
341 "status_code": 0 367 "status_code": 0
342 } 368 }
343 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698