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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_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 "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]/linux_swarming", 7 "[BUILDER_CACHE]/linux_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]/linux_swarming/src/tools/determinism/remove_build_metadat a.py",
270 "--build-dir", 270 "--build-dir",
271 "[BUILDER_CACHE]/linux_swarming/src/out/Debug", 271 "[BUILDER_CACHE]/linux_swarming/src/out/Debug"
272 "--src-dir",
273 "[BUILDER_CACHE]/linux_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]/linux_swarming/src/tools/swarming_client", 281 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client",
(...skipping 2166 matching lines...) Expand 10 before | Expand all | Expand 10 after
2450 "@@@STEP_LOG_END@json.output@@@", 2448 "@@@STEP_LOG_END@json.output@@@",
2451 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2449 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2452 ] 2450 ]
2453 }, 2451 },
2454 { 2452 {
2455 "name": "$result", 2453 "name": "$result",
2456 "recipe_result": null, 2454 "recipe_result": null,
2457 "status_code": 0 2455 "status_code": 0
2458 } 2456 }
2459 ] 2457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698