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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux64_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 "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]/Linux64_Release__swarming_", 7 "[BUILDER_CACHE]/Linux64_Release__swarming_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "name": "compile", 227 "name": "compile",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
230 "@@@STEP_LOG_END@json.output (invalid)@@@" 230 "@@@STEP_LOG_END@json.output (invalid)@@@"
231 ] 231 ]
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 237 "[BUILDER_CACHE]/Linux64_Release__swarming_/src/tools/determinism/remove_b uild_metadata.py",
238 "--build-dir", 238 "--build-dir",
239 "[BUILDER_CACHE]/Linux64_Release__swarming_/src/out/Release", 239 "[BUILDER_CACHE]/Linux64_Release__swarming_/src/out/Release"
240 "--src-dir",
241 "[BUILDER_CACHE]/Linux64_Release__swarming_/src"
242 ], 240 ],
243 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
244 "name": "remove_build_metadata" 242 "name": "remove_build_metadata"
245 }, 243 },
246 { 244 {
247 "cmd": [ 245 "cmd": [
248 "python", 246 "python",
249 "-u", 247 "-u",
250 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 248 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
251 "[BUILDER_CACHE]/Linux64_Release__swarming_/src/tools/swarming_client", 249 "[BUILDER_CACHE]/Linux64_Release__swarming_/src/tools/swarming_client",
(...skipping 2139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2391 "@@@STEP_LOG_END@json.output@@@", 2389 "@@@STEP_LOG_END@json.output@@@",
2392 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2390 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2393 ] 2391 ]
2394 }, 2392 },
2395 { 2393 {
2396 "name": "$result", 2394 "name": "$result",
2397 "recipe_result": null, 2395 "recipe_result": null,
2398 "status_code": 0 2396 "status_code": 0
2399 } 2397 }
2400 ] 2398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698