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

Side by Side Diff: recipes/recipes/recipe_autoroller.expected/with_auth.json

Issue 2242803002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: trybots Created 4 years, 4 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 "/opt/infra-tools/authutil", 4 "/opt/infra-tools/authutil",
5 "token", 5 "token",
6 "-service-account-json", 6 "-service-account-json",
7 "/creds/service_accounts/service-account-recipe-roller.json" 7 "/creds/service_accounts/service-account-recipe-roller.json"
8 ], 8 ],
9 "name": "Get auth token", 9 "name": "Get auth token",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 10 matching lines...) Expand all
21 "{\"Authorization\": \"Bearer ya29.foobar\"}", 21 "{\"Authorization\": \"Bearer ya29.foobar\"}",
22 "--attempts", 22 "--attempts",
23 "3" 23 "3"
24 ], 24 ],
25 "name": "Get luci-config projects" 25 "name": "Get luci-config projects"
26 }, 26 },
27 { 27 {
28 "cmd": [ 28 "cmd": [
29 "python", 29 "python",
30 "-u", 30 "-u",
31 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 31 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
32 "--platform", 32 "--platform",
33 "linux-amd64", 33 "linux-amd64",
34 "--dest-directory", 34 "--dest-directory",
35 "[SLAVE_BUILD]/cipd", 35 "[SLAVE_BUILD]/cipd",
36 "--json-output", 36 "--json-output",
37 "/path/to/tmp/json" 37 "/path/to/tmp/json"
38 ], 38 ],
39 "name": "install cipd", 39 "name": "install cipd",
40 "~followup_annotations": [ 40 "~followup_annotations": [
41 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 41 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "[TMP_BASE]/recipes_tmp_1" 415 "[TMP_BASE]/recipes_tmp_1"
416 ], 416 ],
417 "name": "rmtree [TMP_BASE]/recipes_tmp_1" 417 "name": "rmtree [TMP_BASE]/recipes_tmp_1"
418 }, 418 },
419 { 419 {
420 "name": "$result", 420 "name": "$result",
421 "recipe_result": null, 421 "recipe_result": null,
422 "status_code": 0 422 "status_code": 0
423 } 423 }
424 ] 424 ]
OLDNEW
« no previous file with comments | « recipes/recipes/recipe_autoroller.expected/previously_uploaded_match.json ('k') | recipes/recipes/recipes_py_continuous.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698