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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "name": "compile", 303 "name": "compile",
304 "~followup_annotations": [ 304 "~followup_annotations": [
305 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 305 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
306 "@@@STEP_LOG_END@json.output (invalid)@@@" 306 "@@@STEP_LOG_END@json.output (invalid)@@@"
307 ] 307 ]
308 }, 308 },
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 313 "[BUILDER_CACHE]/mac_swarming/src/tools/determinism/remove_build_metadata. py",
314 "--build-dir", 314 "--build-dir",
315 "[BUILDER_CACHE]/mac_swarming/src/out/Debug", 315 "[BUILDER_CACHE]/mac_swarming/src/out/Debug"
316 "--src-dir",
317 "[BUILDER_CACHE]/mac_swarming/src"
318 ], 316 ],
319 "cwd": "[SLAVE_BUILD]", 317 "cwd": "[SLAVE_BUILD]",
320 "name": "remove_build_metadata" 318 "name": "remove_build_metadata"
321 }, 319 },
322 { 320 {
323 "cmd": [ 321 "cmd": [
324 "python", 322 "python",
325 "-u", 323 "-u",
326 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 324 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
327 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client", 325 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client",
(...skipping 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after
2518 "@@@STEP_LOG_END@json.output@@@", 2516 "@@@STEP_LOG_END@json.output@@@",
2519 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2517 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2520 ] 2518 ]
2521 }, 2519 },
2522 { 2520 {
2523 "name": "$result", 2521 "name": "$result",
2524 "recipe_result": null, 2522 "recipe_result": null,
2525 "status_code": 0 2523 "status_code": 0
2526 } 2524 }
2527 ] 2525 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698