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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 3 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 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "name": "compile", 328 "name": "compile",
329 "~followup_annotations": [ 329 "~followup_annotations": [
330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
331 "@@@STEP_LOG_END@json.output (invalid)@@@" 331 "@@@STEP_LOG_END@json.output (invalid)@@@"
332 ] 332 ]
333 }, 333 },
334 { 334 {
335 "cmd": [ 335 "cmd": [
336 "python", 336 "python",
337 "-u", 337 "-u",
338 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 338 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
339 "--build-dir", 339 "--build-dir",
340 "[SLAVE_BUILD]/src/out/Release", 340 "[SLAVE_BUILD]/src/out/Release"
341 "--src-dir",
342 "[SLAVE_BUILD]/src"
343 ], 341 ],
344 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
345 "name": "remove_build_metadata" 343 "name": "remove_build_metadata"
346 }, 344 },
347 { 345 {
348 "cmd": [ 346 "cmd": [
349 "python", 347 "python",
350 "-u", 348 "-u",
351 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 349 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
352 "[SLAVE_BUILD]/src/tools/swarming_client", 350 "[SLAVE_BUILD]/src/tools/swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "~followup_annotations": [ 419 "~followup_annotations": [
422 "@@@STEP_TEXT@Linux Tests@@@" 420 "@@@STEP_TEXT@Linux Tests@@@"
423 ] 421 ]
424 }, 422 },
425 { 423 {
426 "name": "$result", 424 "name": "$result",
427 "recipe_result": null, 425 "recipe_result": null,
428 "status_code": 0 426 "status_code": 0
429 } 427 }
430 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698