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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]\\win_swarming", 7 "[BUILDER_CACHE]\\win_swarming",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "name": "compile", 259 "name": "compile",
260 "~followup_annotations": [ 260 "~followup_annotations": [
261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
262 "@@@STEP_LOG_END@json.output (invalid)@@@" 262 "@@@STEP_LOG_END@json.output (invalid)@@@"
263 ] 263 ]
264 }, 264 },
265 { 265 {
266 "cmd": [ 266 "cmd": [
267 "python", 267 "python",
268 "-u", 268 "-u",
269 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 269 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\determinism\\remove_build_meta data.py",
270 "--build-dir", 270 "--build-dir",
271 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug", 271 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug"
272 "--src-dir",
273 "[BUILDER_CACHE]\\win_swarming\\src"
274 ], 272 ],
275 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
276 "name": "remove_build_metadata" 274 "name": "remove_build_metadata"
277 }, 275 },
278 { 276 {
279 "cmd": [ 277 "cmd": [
280 "python", 278 "python",
281 "-u", 279 "-u",
282 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 280 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
283 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client", 281 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client",
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 "@@@STEP_LOG_END@json.output@@@", 2447 "@@@STEP_LOG_END@json.output@@@",
2450 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2448 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2451 ] 2449 ]
2452 }, 2450 },
2453 { 2451 {
2454 "name": "$result", 2452 "name": "$result",
2455 "recipe_result": null, 2453 "recipe_result": null,
2456 "status_code": 0 2454 "status_code": 0
2457 } 2455 }
2458 ] 2456 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698