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

Side by Side Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
7 "[SLAVE_BUILD]/src/out/Release", 7 "[SLAVE_BUILD]/src/out/Release",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "name": "listdir build_dir", 10 "name": "listdir build_dir",
(...skipping 19 matching lines...) Expand all
30 "chrome-asan-linux-release-refs_heads_B1-123456", 30 "chrome-asan-linux-release-refs_heads_B1-123456",
31 "[\"chrome\"]", 31 "[\"chrome\"]",
32 "[SLAVE_BUILD]/src/out/Release" 32 "[SLAVE_BUILD]/src/out/Release"
33 ], 33 ],
34 "name": "zipping" 34 "name": "zipping"
35 }, 35 },
36 { 36 {
37 "cmd": [ 37 "cmd": [
38 "python", 38 "python",
39 "-u", 39 "-u",
40 "[DEPOT_TOOLS]/gsutil.py", 40 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
41 "--", 41 "--",
42 "-h", 42 "-h",
43 "x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}", 43 "x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}",
44 "-h", 44 "-h",
45 "x-goog-meta-Cr-Commit-Position-Number:123456", 45 "x-goog-meta-Cr-Commit-Position-Number:123456",
46 "cp", 46 "cp",
47 "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-1 23456.zip", 47 "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-1 23456.zip",
48 "gs://chromium/linux-release/chrome-asan-linux-release-refs_heads_B1-12345 6.zip" 48 "gs://chromium/linux-release/chrome-asan-linux-release-refs_heads_B1-12345 6.zip"
49 ], 49 ],
50 "name": "gsutil upload", 50 "name": "gsutil upload",
(...skipping 16 matching lines...) Expand all
67 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 67 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
68 "@@@STEP_LOG_END@python.inline@@@" 68 "@@@STEP_LOG_END@python.inline@@@"
69 ] 69 ]
70 }, 70 },
71 { 71 {
72 "name": "$result", 72 "name": "$result",
73 "recipe_result": null, 73 "recipe_result": null,
74 "status_code": 0 74 "status_code": 0
75 } 75 }
76 ] 76 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698