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

Side by Side Diff: scripts/slave/recipes/infra/publish_tarball.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_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "touch", 119 "touch",
120 "[SLAVE_BUILD]/src/chrome/test/data/webui/i18n_process_css_test.html" 120 "[SLAVE_BUILD]/src/chrome/test/data/webui/i18n_process_css_test.html"
121 ], 121 ],
122 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
123 "name": "touch chrome/test/data/webui/i18n_process_css_test.html" 123 "name": "touch chrome/test/data/webui/i18n_process_css_test.html"
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
128 "-u", 128 "-u",
129 "RECIPE_MODULE[chromium]/resources/export_tarball.py", 129 "RECIPE_MODULE[build.chromium]/resources/export_tarball.py",
130 "--remove-nonessential-files", 130 "--remove-nonessential-files",
131 "chromium-38.0.2125.122", 131 "chromium-38.0.2125.122",
132 "--verbose", 132 "--verbose",
133 "--progress", 133 "--progress",
134 "--src-dir", 134 "--src-dir",
135 "[SLAVE_BUILD]/src" 135 "[SLAVE_BUILD]/src"
136 ], 136 ],
137 "cwd": "[TMP_BASE]/export_tarball_tmp_1", 137 "cwd": "[TMP_BASE]/export_tarball_tmp_1",
138 "name": "export_tarball" 138 "name": "export_tarball"
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 144 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
145 "--", 145 "--",
146 "[DEPOT_TOOLS]/gsutil.py", 146 "[DEPOT_TOOLS]/gsutil.py",
147 "----", 147 "----",
148 "cp", 148 "cp",
149 "-a", 149 "-a",
150 "public-read", 150 "public-read",
151 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", 151 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz",
152 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz" 152 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz"
153 ], 153 ],
154 "cwd": "[SLAVE_BUILD]", 154 "cwd": "[SLAVE_BUILD]",
155 "name": "gsutil upload chromium-38.0.2125.122.tar.xz", 155 "name": "gsutil upload chromium-38.0.2125.122.tar.xz",
156 "~followup_annotations": [ 156 "~followup_annotations": [
157 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122.tar.xz@@@" 157 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122.tar.xz@@@"
158 ] 158 ]
159 }, 159 },
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
164 "RECIPE_MODULE[chromium]/resources/generate_hashes.py", 164 "RECIPE_MODULE[build.chromium]/resources/generate_hashes.py",
165 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", 165 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz",
166 "/path/to/tmp/" 166 "/path/to/tmp/"
167 ], 167 ],
168 "cwd": "[SLAVE_BUILD]", 168 "cwd": "[SLAVE_BUILD]",
169 "name": "generate_hashes" 169 "name": "generate_hashes"
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 175 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
176 "--", 176 "--",
177 "[DEPOT_TOOLS]/gsutil.py", 177 "[DEPOT_TOOLS]/gsutil.py",
178 "----", 178 "----",
179 "cp", 179 "cp",
180 "-a", 180 "-a",
181 "public-read", 181 "public-read",
182 "md5 164ebd6889588da166a52ca0d57b9004 bash", 182 "md5 164ebd6889588da166a52ca0d57b9004 bash",
183 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz.hashes" 183 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz.hashes"
184 ], 184 ],
185 "cwd": "[SLAVE_BUILD]", 185 "cwd": "[SLAVE_BUILD]",
(...skipping 18 matching lines...) Expand all
204 "@@@STEP_LOG_LINE@python.inline@@@@", 204 "@@@STEP_LOG_LINE@python.inline@@@@",
205 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 205 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
206 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 206 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
207 "@@@STEP_LOG_END@python.inline@@@" 207 "@@@STEP_LOG_END@python.inline@@@"
208 ] 208 ]
209 }, 209 },
210 { 210 {
211 "cmd": [ 211 "cmd": [
212 "python", 212 "python",
213 "-u", 213 "-u",
214 "RECIPE_MODULE[chromium]/resources/export_tarball.py", 214 "RECIPE_MODULE[build.chromium]/resources/export_tarball.py",
215 "--test-data", 215 "--test-data",
216 "chromium-38.0.2125.122", 216 "chromium-38.0.2125.122",
217 "--verbose", 217 "--verbose",
218 "--progress", 218 "--progress",
219 "--src-dir", 219 "--src-dir",
220 "[SLAVE_BUILD]/src" 220 "[SLAVE_BUILD]/src"
221 ], 221 ],
222 "cwd": "[TMP_BASE]/export_tarball_tmp_2", 222 "cwd": "[TMP_BASE]/export_tarball_tmp_2",
223 "name": "export_tarball (2)" 223 "name": "export_tarball (2)"
224 }, 224 },
225 { 225 {
226 "cmd": [ 226 "cmd": [
227 "python", 227 "python",
228 "-u", 228 "-u",
229 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 229 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
230 "--", 230 "--",
231 "[DEPOT_TOOLS]/gsutil.py", 231 "[DEPOT_TOOLS]/gsutil.py",
232 "----", 232 "----",
233 "cp", 233 "cp",
234 "-a", 234 "-a",
235 "public-read", 235 "public-read",
236 "[TMP_BASE]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz", 236 "[TMP_BASE]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz",
237 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz" 237 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz"
238 ], 238 ],
239 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
240 "name": "gsutil upload chromium-38.0.2125.122-testdata.tar.xz", 240 "name": "gsutil upload chromium-38.0.2125.122-testdata.tar.xz",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122-testdata.tar.xz@@@" 242 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122-testdata.tar.xz@@@"
243 ] 243 ]
244 }, 244 },
245 { 245 {
246 "cmd": [ 246 "cmd": [
247 "python", 247 "python",
248 "-u", 248 "-u",
249 "RECIPE_MODULE[chromium]/resources/generate_hashes.py", 249 "RECIPE_MODULE[build.chromium]/resources/generate_hashes.py",
250 "[TMP_BASE]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz", 250 "[TMP_BASE]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz",
251 "/path/to/tmp/" 251 "/path/to/tmp/"
252 ], 252 ],
253 "cwd": "[SLAVE_BUILD]", 253 "cwd": "[SLAVE_BUILD]",
254 "name": "generate_hashes (2)" 254 "name": "generate_hashes (2)"
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python", 258 "python",
259 "-u", 259 "-u",
260 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 260 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
261 "--", 261 "--",
262 "[DEPOT_TOOLS]/gsutil.py", 262 "[DEPOT_TOOLS]/gsutil.py",
263 "----", 263 "----",
264 "cp", 264 "cp",
265 "-a", 265 "-a",
266 "public-read", 266 "public-read",
267 "md5 164ebd6889588da166a52ca0d57b9004 bash", 267 "md5 164ebd6889588da166a52ca0d57b9004 bash",
268 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz.has hes" 268 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz.has hes"
269 ], 269 ],
270 "cwd": "[SLAVE_BUILD]", 270 "cwd": "[SLAVE_BUILD]",
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 "-empty", 1027 "-empty",
1028 "-delete" 1028 "-delete"
1029 ], 1029 ],
1030 "cwd": "[SLAVE_BUILD]", 1030 "cwd": "[SLAVE_BUILD]",
1031 "name": "prune empty directories" 1031 "name": "prune empty directories"
1032 }, 1032 },
1033 { 1033 {
1034 "cmd": [ 1034 "cmd": [
1035 "python", 1035 "python",
1036 "-u", 1036 "-u",
1037 "RECIPE_MODULE[chromium]/resources/export_tarball.py", 1037 "RECIPE_MODULE[build.chromium]/resources/export_tarball.py",
1038 "--remove-nonessential-files", 1038 "--remove-nonessential-files",
1039 "chromium-38.0.2125.122", 1039 "chromium-38.0.2125.122",
1040 "--verbose", 1040 "--verbose",
1041 "--progress", 1041 "--progress",
1042 "--src-dir", 1042 "--src-dir",
1043 "[TMP_BASE]/tmp_tmp_3/src" 1043 "[TMP_BASE]/tmp_tmp_3/src"
1044 ], 1044 ],
1045 "cwd": "[TMP_BASE]/export_tarball_tmp_4", 1045 "cwd": "[TMP_BASE]/export_tarball_tmp_4",
1046 "name": "export_tarball (3)" 1046 "name": "export_tarball (3)"
1047 }, 1047 },
1048 { 1048 {
1049 "cmd": [ 1049 "cmd": [
1050 "python", 1050 "python",
1051 "-u", 1051 "-u",
1052 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 1052 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
1053 "--", 1053 "--",
1054 "[DEPOT_TOOLS]/gsutil.py", 1054 "[DEPOT_TOOLS]/gsutil.py",
1055 "----", 1055 "----",
1056 "cp", 1056 "cp",
1057 "-a", 1057 "-a",
1058 "public-read", 1058 "public-read",
1059 "[TMP_BASE]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz", 1059 "[TMP_BASE]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz",
1060 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz" 1060 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz"
1061 ], 1061 ],
1062 "cwd": "[SLAVE_BUILD]", 1062 "cwd": "[SLAVE_BUILD]",
1063 "name": "gsutil upload chromium-38.0.2125.122-lite.tar.xz", 1063 "name": "gsutil upload chromium-38.0.2125.122-lite.tar.xz",
1064 "~followup_annotations": [ 1064 "~followup_annotations": [
1065 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122-lite.tar.xz@@@" 1065 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122-lite.tar.xz@@@"
1066 ] 1066 ]
1067 }, 1067 },
1068 { 1068 {
1069 "cmd": [ 1069 "cmd": [
1070 "python", 1070 "python",
1071 "-u", 1071 "-u",
1072 "RECIPE_MODULE[chromium]/resources/generate_hashes.py", 1072 "RECIPE_MODULE[build.chromium]/resources/generate_hashes.py",
1073 "[TMP_BASE]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz", 1073 "[TMP_BASE]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz",
1074 "/path/to/tmp/" 1074 "/path/to/tmp/"
1075 ], 1075 ],
1076 "cwd": "[SLAVE_BUILD]", 1076 "cwd": "[SLAVE_BUILD]",
1077 "name": "generate_hashes (3)" 1077 "name": "generate_hashes (3)"
1078 }, 1078 },
1079 { 1079 {
1080 "cmd": [ 1080 "cmd": [
1081 "python", 1081 "python",
1082 "-u", 1082 "-u",
1083 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 1083 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
1084 "--", 1084 "--",
1085 "[DEPOT_TOOLS]/gsutil.py", 1085 "[DEPOT_TOOLS]/gsutil.py",
1086 "----", 1086 "----",
1087 "cp", 1087 "cp",
1088 "-a", 1088 "-a",
1089 "public-read", 1089 "public-read",
1090 "md5 164ebd6889588da166a52ca0d57b9004 bash", 1090 "md5 164ebd6889588da166a52ca0d57b9004 bash",
1091 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz.hashes" 1091 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz.hashes"
1092 ], 1092 ],
1093 "cwd": "[SLAVE_BUILD]", 1093 "cwd": "[SLAVE_BUILD]",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 "--sync-only", 1156 "--sync-only",
1157 "--disable-git-cache" 1157 "--disable-git-cache"
1158 ], 1158 ],
1159 "cwd": "[SLAVE_BUILD]", 1159 "cwd": "[SLAVE_BUILD]",
1160 "name": "download pnacl toolchain dependencies" 1160 "name": "download pnacl toolchain dependencies"
1161 }, 1161 },
1162 { 1162 {
1163 "cmd": [ 1163 "cmd": [
1164 "python", 1164 "python",
1165 "-u", 1165 "-u",
1166 "RECIPE_MODULE[chromium]/resources/export_tarball.py", 1166 "RECIPE_MODULE[build.chromium]/resources/export_tarball.py",
1167 "--remove-nonessential-files", 1167 "--remove-nonessential-files",
1168 "chromium-38.0.2125.122", 1168 "chromium-38.0.2125.122",
1169 "--verbose", 1169 "--verbose",
1170 "--progress", 1170 "--progress",
1171 "--src-dir", 1171 "--src-dir",
1172 "[TMP_BASE]/tmp_tmp_5/src" 1172 "[TMP_BASE]/tmp_tmp_5/src"
1173 ], 1173 ],
1174 "cwd": "[TMP_BASE]/export_tarball_tmp_6", 1174 "cwd": "[TMP_BASE]/export_tarball_tmp_6",
1175 "name": "export_tarball (4)" 1175 "name": "export_tarball (4)"
1176 }, 1176 },
1177 { 1177 {
1178 "cmd": [ 1178 "cmd": [
1179 "python", 1179 "python",
1180 "-u", 1180 "-u",
1181 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 1181 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
1182 "--", 1182 "--",
1183 "[DEPOT_TOOLS]/gsutil.py", 1183 "[DEPOT_TOOLS]/gsutil.py",
1184 "----", 1184 "----",
1185 "cp", 1185 "cp",
1186 "-a", 1186 "-a",
1187 "public-read", 1187 "public-read",
1188 "[TMP_BASE]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz", 1188 "[TMP_BASE]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz",
1189 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz" 1189 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz"
1190 ], 1190 ],
1191 "cwd": "[SLAVE_BUILD]", 1191 "cwd": "[SLAVE_BUILD]",
1192 "name": "gsutil upload chromium-38.0.2125.122-nacl.tar.xz", 1192 "name": "gsutil upload chromium-38.0.2125.122-nacl.tar.xz",
1193 "~followup_annotations": [ 1193 "~followup_annotations": [
1194 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122-nacl.tar.xz@@@" 1194 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-official/chromium-38.0.2125.122-nacl.tar.xz@@@"
1195 ] 1195 ]
1196 }, 1196 },
1197 { 1197 {
1198 "cmd": [ 1198 "cmd": [
1199 "python", 1199 "python",
1200 "-u", 1200 "-u",
1201 "RECIPE_MODULE[chromium]/resources/generate_hashes.py", 1201 "RECIPE_MODULE[build.chromium]/resources/generate_hashes.py",
1202 "[TMP_BASE]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz", 1202 "[TMP_BASE]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz",
1203 "/path/to/tmp/" 1203 "/path/to/tmp/"
1204 ], 1204 ],
1205 "cwd": "[SLAVE_BUILD]", 1205 "cwd": "[SLAVE_BUILD]",
1206 "name": "generate_hashes (4)" 1206 "name": "generate_hashes (4)"
1207 }, 1207 },
1208 { 1208 {
1209 "cmd": [ 1209 "cmd": [
1210 "python", 1210 "python",
1211 "-u", 1211 "-u",
1212 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 1212 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
1213 "--", 1213 "--",
1214 "[DEPOT_TOOLS]/gsutil.py", 1214 "[DEPOT_TOOLS]/gsutil.py",
1215 "----", 1215 "----",
1216 "cp", 1216 "cp",
1217 "-a", 1217 "-a",
1218 "public-read", 1218 "public-read",
1219 "md5 164ebd6889588da166a52ca0d57b9004 bash", 1219 "md5 164ebd6889588da166a52ca0d57b9004 bash",
1220 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz.hashes" 1220 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz.hashes"
1221 ], 1221 ],
1222 "cwd": "[SLAVE_BUILD]", 1222 "cwd": "[SLAVE_BUILD]",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 1262 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
1263 "@@@STEP_LOG_END@python.inline@@@" 1263 "@@@STEP_LOG_END@python.inline@@@"
1264 ] 1264 ]
1265 }, 1265 },
1266 { 1266 {
1267 "name": "$result", 1267 "name": "$result",
1268 "recipe_result": null, 1268 "recipe_result": null,
1269 "status_code": 0 1269 "status_code": 0
1270 } 1270 }
1271 ] 1271 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698