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

Side by Side Diff: scripts/slave/recipes/android/appurify.expected/android_amp_rel_tests_recipe_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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_amp_rel_tests_recipe", 10 "android_amp_rel_tests_recipe",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "name": "compile", 257 "name": "compile",
258 "~followup_annotations": [ 258 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
260 "@@@STEP_LOG_END@json.output (invalid)@@@" 260 "@@@STEP_LOG_END@json.output (invalid)@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 267 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
268 "--", 268 "--",
269 "[DEPOT_TOOLS]/gsutil.py", 269 "[DEPOT_TOOLS]/gsutil.py",
270 "----", 270 "----",
271 "cp", 271 "cp",
272 "gs://chrome-amp-keys/commit_queue_pool/api_key", 272 "gs://chrome-amp-keys/commit_queue_pool/api_key",
273 "[BUILD]/site_config/.amp_commit_queue_pool_key" 273 "[BUILD]/site_config/.amp_commit_queue_pool_key"
274 ], 274 ],
275 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
276 "name": "gsutil download amp api key" 276 "name": "gsutil download amp api key"
277 }, 277 },
278 { 278 {
279 "cmd": [ 279 "cmd": [
280 "python", 280 "python",
281 "-u", 281 "-u",
282 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 282 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
283 "--", 283 "--",
284 "[DEPOT_TOOLS]/gsutil.py", 284 "[DEPOT_TOOLS]/gsutil.py",
285 "----", 285 "----",
286 "cp", 286 "cp",
287 "gs://chrome-amp-keys/commit_queue_pool/api_secret", 287 "gs://chrome-amp-keys/commit_queue_pool/api_secret",
288 "[BUILD]/site_config/.amp_commit_queue_pool_secret" 288 "[BUILD]/site_config/.amp_commit_queue_pool_secret"
289 ], 289 ],
290 "cwd": "[SLAVE_BUILD]", 290 "cwd": "[SLAVE_BUILD]",
291 "name": "gsutil download amp api secret" 291 "name": "gsutil download amp api secret"
292 }, 292 },
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 493 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
494 "@@@STEP_LOG_END@python.inline@@@" 494 "@@@STEP_LOG_END@python.inline@@@"
495 ] 495 ]
496 }, 496 },
497 { 497 {
498 "name": "$result", 498 "name": "$result",
499 "recipe_result": null, 499 "recipe_result": null,
500 "status_code": 0 500 "status_code": 0
501 } 501 }
502 ] 502 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698