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

Side by Side Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.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 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
7 "--", 7 "--",
8 "[DEPOT_TOOLS]/gsutil.py", 8 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
9 "----", 9 "----",
10 "-h", 10 "-h",
11 "Cache-Control:no-cache", 11 "Cache-Control:no-cache",
12 "-h", 12 "-h",
13 "x-goog-meta-Remove-Me", 13 "x-goog-meta-Remove-Me",
14 "-h", 14 "-h",
15 "x-goog-meta-Test-Field:value", 15 "x-goog-meta-Test-Field:value",
16 "-h", 16 "-h",
17 "x-custom-field:custom-value", 17 "x-custom-field:custom-value",
18 "cp", 18 "cp",
19 "[SLAVE_BUILD]/boom", 19 "[SLAVE_BUILD]/boom",
20 "gs://chromium-recipe-test/some/random/path/to/boom" 20 "gs://chromium-recipe-test/some/random/path/to/boom"
21 ], 21 ],
22 "name": "gsutil upload", 22 "name": "gsutil upload",
23 "~followup_annotations": [ 23 "~followup_annotations": [
24 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe -test/some/random/path/to/boom@@@" 24 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe -test/some/random/path/to/boom@@@"
25 ] 25 ]
26 }, 26 },
27 { 27 {
28 "cmd": [ 28 "cmd": [
29 "python", 29 "python",
30 "-u", 30 "-u",
31 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 31 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
32 "--", 32 "--",
33 "[DEPOT_TOOLS]/gsutil.py", 33 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
34 "----", 34 "----",
35 "cp", 35 "cp",
36 "gs://chromium-recipe-test/some/random/path/**", 36 "gs://chromium-recipe-test/some/random/path/**",
37 "gs://chromium-recipe-test/staging" 37 "gs://chromium-recipe-test/staging"
38 ], 38 ],
39 "name": "gsutil cp" 39 "name": "gsutil cp"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 45 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
46 "--", 46 "--",
47 "[DEPOT_TOOLS]/gsutil.py", 47 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
48 "--force-version", 48 "--force-version",
49 "3.25", 49 "3.25",
50 "----", 50 "----",
51 "cp", 51 "cp",
52 "gs://chromium-recipe-test/some/random/path/**", 52 "gs://chromium-recipe-test/some/random/path/**",
53 "gs://chromium-recipe-test/staging" 53 "gs://chromium-recipe-test/staging"
54 ], 54 ],
55 "name": "gsutil cp (2)" 55 "name": "gsutil cp (2)"
56 }, 56 },
57 { 57 {
58 "cmd": [ 58 "cmd": [
59 "python", 59 "python",
60 "-u", 60 "-u",
61 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 61 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
62 "--", 62 "--",
63 "[DEPOT_TOOLS]/gsutil.py", 63 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
64 "----", 64 "----",
65 "cp", 65 "cp",
66 "gs://chromium-recipe-test/some/random/path/to/boom", 66 "gs://chromium-recipe-test/some/random/path/to/boom",
67 "[SLAVE_BUILD]/boom" 67 "[SLAVE_BUILD]/boom"
68 ], 68 ],
69 "name": "gsutil gsutil download url" 69 "name": "gsutil gsutil download url"
70 }, 70 },
71 { 71 {
72 "cmd": [ 72 "cmd": [
73 "python", 73 "python",
74 "-u", 74 "-u",
75 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 75 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
76 "--", 76 "--",
77 "[DEPOT_TOOLS]/gsutil.py", 77 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
78 "----", 78 "----",
79 "cp", 79 "cp",
80 "gs://chromium-recipe-test/staging/to/boom", 80 "gs://chromium-recipe-test/staging/to/boom",
81 "[SLAVE_BUILD]/erang" 81 "[SLAVE_BUILD]/erang"
82 ], 82 ],
83 "name": "gsutil download" 83 "name": "gsutil download"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 89 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
90 "--", 90 "--",
91 "[DEPOT_TOOLS]/gsutil.py", 91 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
92 "----", 92 "----",
93 "signurl", 93 "signurl",
94 "path/to/key", 94 "path/to/key",
95 "gs://chromium-recipe-test/some/random/path/to/boom" 95 "gs://chromium-recipe-test/some/random/path/to/boom"
96 ], 96 ],
97 "name": "gsutil signed url" 97 "name": "gsutil signed url"
98 }, 98 },
99 { 99 {
100 "cmd": [ 100 "cmd": [
101 "python", 101 "python",
102 "-u", 102 "-u",
103 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 103 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
104 "--", 104 "--",
105 "[DEPOT_TOOLS]/gsutil.py", 105 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
106 "----", 106 "----",
107 "rm", 107 "rm",
108 "gs://chromium-recipe-test/staging/to/boom" 108 "gs://chromium-recipe-test/staging/to/boom"
109 ], 109 ],
110 "name": "gsutil remove" 110 "name": "gsutil remove"
111 }, 111 },
112 { 112 {
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
(...skipping 10 matching lines...) Expand all
126 ], 126 ],
127 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
128 "name": "Download GS file with polling" 128 "name": "Download GS file with polling"
129 }, 129 },
130 { 130 {
131 "name": "$result", 131 "name": "$result",
132 "recipe_result": null, 132 "recipe_result": null,
133 "status_code": 0 133 "status_code": 0
134 } 134 }
135 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698