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

Side by Side Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 6 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
7 "--", 7 "--",
8 "[DEPOT_TOOLS]/gsutil.py", 8 "[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 "cwd": "[SLAVE_BUILD]", 22 "cwd": "[SLAVE_BUILD]",
23 "name": "gsutil upload", 23 "name": "gsutil upload",
24 "~followup_annotations": [ 24 "~followup_annotations": [
25 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe -test/some/random/path/to/boom@@@" 25 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe -test/some/random/path/to/boom@@@"
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "cmd": [ 29 "cmd": [
30 "python", 30 "python",
31 "-u", 31 "-u",
32 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 32 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
33 "--", 33 "--",
34 "[DEPOT_TOOLS]/gsutil.py", 34 "[DEPOT_TOOLS]/gsutil.py",
35 "----", 35 "----",
36 "cp", 36 "cp",
37 "gs://chromium-recipe-test/some/random/path/**", 37 "gs://chromium-recipe-test/some/random/path/**",
38 "gs://chromium-recipe-test/staging" 38 "gs://chromium-recipe-test/staging"
39 ], 39 ],
40 "cwd": "[SLAVE_BUILD]", 40 "cwd": "[SLAVE_BUILD]",
41 "name": "gsutil cp" 41 "name": "gsutil cp"
42 }, 42 },
43 { 43 {
44 "cmd": [ 44 "cmd": [
45 "python", 45 "python",
46 "-u", 46 "-u",
47 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 47 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
48 "--", 48 "--",
49 "[DEPOT_TOOLS]/gsutil.py", 49 "[DEPOT_TOOLS]/gsutil.py",
50 "--force-version", 50 "--force-version",
51 "3.25", 51 "3.25",
52 "----", 52 "----",
53 "cp", 53 "cp",
54 "gs://chromium-recipe-test/some/random/path/**", 54 "gs://chromium-recipe-test/some/random/path/**",
55 "gs://chromium-recipe-test/staging" 55 "gs://chromium-recipe-test/staging"
56 ], 56 ],
57 "cwd": "[SLAVE_BUILD]", 57 "cwd": "[SLAVE_BUILD]",
58 "name": "gsutil cp (2)" 58 "name": "gsutil cp (2)"
59 }, 59 },
60 { 60 {
61 "cmd": [ 61 "cmd": [
62 "python", 62 "python",
63 "-u", 63 "-u",
64 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 64 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
65 "--", 65 "--",
66 "[DEPOT_TOOLS]/gsutil.py", 66 "[DEPOT_TOOLS]/gsutil.py",
67 "----", 67 "----",
68 "cp", 68 "cp",
69 "gs://chromium-recipe-test/some/random/path/to/boom", 69 "gs://chromium-recipe-test/some/random/path/to/boom",
70 "[SLAVE_BUILD]/boom" 70 "[SLAVE_BUILD]/boom"
71 ], 71 ],
72 "cwd": "[SLAVE_BUILD]", 72 "cwd": "[SLAVE_BUILD]",
73 "name": "gsutil gsutil download url" 73 "name": "gsutil gsutil download url"
74 }, 74 },
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 79 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
80 "--", 80 "--",
81 "[DEPOT_TOOLS]/gsutil.py", 81 "[DEPOT_TOOLS]/gsutil.py",
82 "----", 82 "----",
83 "cp", 83 "cp",
84 "gs://chromium-recipe-test/staging/to/boom", 84 "gs://chromium-recipe-test/staging/to/boom",
85 "[SLAVE_BUILD]/erang" 85 "[SLAVE_BUILD]/erang"
86 ], 86 ],
87 "cwd": "[SLAVE_BUILD]", 87 "cwd": "[SLAVE_BUILD]",
88 "name": "gsutil download" 88 "name": "gsutil download"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 94 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
95 "--", 95 "--",
96 "[DEPOT_TOOLS]/gsutil.py", 96 "[DEPOT_TOOLS]/gsutil.py",
97 "----", 97 "----",
98 "signurl", 98 "signurl",
99 "path/to/key", 99 "path/to/key",
100 "gs://chromium-recipe-test/some/random/path/to/boom" 100 "gs://chromium-recipe-test/some/random/path/to/boom"
101 ], 101 ],
102 "cwd": "[SLAVE_BUILD]", 102 "cwd": "[SLAVE_BUILD]",
103 "name": "gsutil signed url" 103 "name": "gsutil signed url"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 109 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
110 "--", 110 "--",
111 "[DEPOT_TOOLS]/gsutil.py", 111 "[DEPOT_TOOLS]/gsutil.py",
112 "----", 112 "----",
113 "rm", 113 "rm",
114 "gs://chromium-recipe-test/staging/to/boom" 114 "gs://chromium-recipe-test/staging/to/boom"
115 ], 115 ],
116 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
117 "name": "gsutil remove" 117 "name": "gsutil remove"
118 }, 118 },
119 { 119 {
(...skipping 13 matching lines...) Expand all
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
135 "name": "Download GS file with polling" 135 "name": "Download GS file with polling"
136 }, 136 },
137 { 137 {
138 "name": "$result", 138 "name": "$result",
139 "recipe_result": null, 139 "recipe_result": null,
140 "status_code": 0 140 "status_code": 0
141 } 141 }
142 ] 142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698