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

Side by Side Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.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 20 matching lines...) Expand all
31 "chrome-asan-linux-release-x10-component-234", 31 "chrome-asan-linux-release-x10-component-234",
32 "[\"chrome\", \"resources\"]", 32 "[\"chrome\", \"resources\"]",
33 "[SLAVE_BUILD]/src/out/Release" 33 "[SLAVE_BUILD]/src/out/Release"
34 ], 34 ],
35 "name": "zipping" 35 "name": "zipping"
36 }, 36 },
37 { 37 {
38 "cmd": [ 38 "cmd": [
39 "python", 39 "python",
40 "-u", 40 "-u",
41 "[DEPOT_TOOLS]/gsutil.py", 41 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
42 "--", 42 "--",
43 "-h", 43 "-h",
44 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#234}", 44 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#234}",
45 "-h", 45 "-h",
46 "x-goog-meta-Cr-Commit-Position-Number:234", 46 "x-goog-meta-Cr-Commit-Position-Number:234",
47 "-h", 47 "-h",
48 "x-goog-meta-Cr-Git-Commit:deadbeefdda2b170692f8e762d43b7e8e7a96686", 48 "x-goog-meta-Cr-Git-Commit:deadbeefdda2b170692f8e762d43b7e8e7a96686",
49 "cp", 49 "cp",
50 "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-x10-component-2 34.zip", 50 "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-x10-component-2 34.zip",
51 "gs://chromium/linux-release/chrome-asan-linux-release-x10-component-234.z ip" 51 "gs://chromium/linux-release/chrome-asan-linux-release-x10-component-234.z ip"
(...skipping 18 matching lines...) Expand all
70 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 70 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
71 "@@@STEP_LOG_END@python.inline@@@" 71 "@@@STEP_LOG_END@python.inline@@@"
72 ] 72 ]
73 }, 73 },
74 { 74 {
75 "name": "$result", 75 "name": "$result",
76 "recipe_result": null, 76 "recipe_result": null,
77 "status_code": 0 77 "status_code": 0
78 } 78 }
79 ] 79 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698