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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac64_release__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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "name": "compile", 271 "name": "compile",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
274 "@@@STEP_LOG_END@json.output (invalid)@@@" 274 "@@@STEP_LOG_END@json.output (invalid)@@@"
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "cmd": [ 278 "cmd": [
279 "python", 279 "python",
280 "-u", 280 "-u",
281 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 281 "[BUILDER_CACHE]/Mac64_Release__swarming_/src/tools/determinism/remove_bui ld_metadata.py",
282 "--build-dir", 282 "--build-dir",
283 "[BUILDER_CACHE]/Mac64_Release__swarming_/src/out/Release", 283 "[BUILDER_CACHE]/Mac64_Release__swarming_/src/out/Release"
284 "--src-dir",
285 "[BUILDER_CACHE]/Mac64_Release__swarming_/src"
286 ], 284 ],
287 "cwd": "[SLAVE_BUILD]", 285 "cwd": "[SLAVE_BUILD]",
288 "name": "remove_build_metadata" 286 "name": "remove_build_metadata"
289 }, 287 },
290 { 288 {
291 "cmd": [ 289 "cmd": [
292 "python", 290 "python",
293 "-u", 291 "-u",
294 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 292 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
295 "[BUILDER_CACHE]/Mac64_Release__swarming_/src/tools/swarming_client", 293 "[BUILDER_CACHE]/Mac64_Release__swarming_/src/tools/swarming_client",
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2459 "@@@STEP_LOG_END@json.output@@@", 2457 "@@@STEP_LOG_END@json.output@@@",
2460 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2458 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2461 ] 2459 ]
2462 }, 2460 },
2463 { 2461 {
2464 "name": "$result", 2462 "name": "$result",
2465 "recipe_result": null, 2463 "recipe_result": null,
2466 "status_code": 0 2464 "status_code": 0
2467 } 2465 }
2468 ] 2466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698