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

Side by Side Diff: recipes/recipes/recipe_autoroller.expected/basic.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects",
8 "--outfile", 8 "--outfile",
9 "/path/to/tmp/", 9 "/path/to/tmp/",
10 "--attempts", 10 "--attempts",
11 "3" 11 "3"
12 ], 12 ],
13 "name": "Get luci-config projects" 13 "name": "Get luci-config projects"
14 }, 14 },
15 { 15 {
16 "cmd": [ 16 "cmd": [
17 "python", 17 "python",
18 "-u", 18 "-u",
19 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 19 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
20 "--platform", 20 "--platform",
21 "linux-amd64", 21 "linux-amd64",
22 "--dest-directory", 22 "--dest-directory",
23 "[SLAVE_BUILD]/cipd", 23 "[SLAVE_BUILD]/cipd",
24 "--json-output", 24 "--json-output",
25 "/path/to/tmp/json" 25 "/path/to/tmp/json"
26 ], 26 ],
27 "name": "install cipd", 27 "name": "install cipd",
28 "~followup_annotations": [ 28 "~followup_annotations": [
29 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 29 "@@@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
403 "[TMP_BASE]/recipes_tmp_1" 403 "[TMP_BASE]/recipes_tmp_1"
404 ], 404 ],
405 "name": "rmtree [TMP_BASE]/recipes_tmp_1" 405 "name": "rmtree [TMP_BASE]/recipes_tmp_1"
406 }, 406 },
407 { 407 {
408 "name": "$result", 408 "name": "$result",
409 "recipe_result": null, 409 "recipe_result": null,
410 "status_code": 0 410 "status_code": 0
411 } 411 }
412 ] 412 ]
OLDNEW
« no previous file with comments | « recipes/recipes/infra_continuous.py ('k') | recipes/recipes/recipe_autoroller.expected/empty.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698