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

Side by Side Diff: recipes/recipes/recipes_py_continuous.expected/basic.json

Issue 2507373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 1 month 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[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'recipes-py', 'url': 'https://chromium.googlesource.com/exter nal/github.com/luci/recipes-py'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'recipes-py', 'url': 'https://chromium.googlesource.com/exter nal/github.com/luci/recipes-py'}]",
9 "--patch_root", 9 "--patch_root",
10 "recipes-py", 10 "recipes-py",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ] 50 ]
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "python", 54 "python",
55 "-u", 55 "-u",
56 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 56 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
57 "--platform", 57 "--platform",
58 "linux-amd64", 58 "linux-amd64",
59 "--dest-directory", 59 "--dest-directory",
60 "[SLAVE_BUILD]/cipd", 60 "[START_DIR]/cipd",
61 "--json-output", 61 "--json-output",
62 "/path/to/tmp/json" 62 "/path/to/tmp/json"
63 ], 63 ],
64 "name": "install cipd", 64 "name": "install cipd",
65 "~followup_annotations": [ 65 "~followup_annotations": [
66 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 66 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
67 "@@@STEP_LOG_LINE@json.output@{@@@", 67 "@@@STEP_LOG_LINE@json.output@{@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 68 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[START_DIR]/cipd/cipd\", @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@", 70 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@" 71 "@@@STEP_LOG_END@json.output@@@"
72 ] 72 ]
73 }, 73 },
74 { 74 {
75 "cmd": [ 75 "cmd": [
76 "[SLAVE_BUILD]/cipd/cipd", 76 "[START_DIR]/cipd/cipd",
77 "create", 77 "create",
78 "--pkg-def", 78 "--pkg-def",
79 "[SLAVE_BUILD]/recipes-py/infra/cipd/recipes-py.yaml", 79 "[START_DIR]/recipes-py/infra/cipd/recipes-py.yaml",
80 "--json-output", 80 "--json-output",
81 "/path/to/tmp/json", 81 "/path/to/tmp/json",
82 "--service-account-json", 82 "--service-account-json",
83 "/creds/service_accounts/service-account-cipd-builder.json", 83 "/creds/service_accounts/service-account-cipd-builder.json",
84 "--ref", 84 "--ref",
85 "latest", 85 "latest",
86 "--tag", 86 "--tag",
87 "buildbot_build://-1", 87 "buildbot_build://-1",
88 "--tag", 88 "--tag",
89 "git_repository:https://chromium.googlesource.com/external/github.com/luci /recipes-py", 89 "git_repository:https://chromium.googlesource.com/external/github.com/luci /recipes-py",
90 "--tag", 90 "--tag",
91 "git_revision:edcfe0cf57183aad8ad72a82355d966b34ff412c" 91 "git_revision:edcfe0cf57183aad8ad72a82355d966b34ff412c"
92 ], 92 ],
93 "name": "create recipes-py.yaml", 93 "name": "create recipes-py.yaml",
94 "~followup_annotations": [ 94 "~followup_annotations": [
95 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 95 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
96 "@@@STEP_LOG_END@json.output (invalid)@@@" 96 "@@@STEP_LOG_END@json.output (invalid)@@@"
97 ] 97 ]
98 }, 98 },
99 { 99 {
100 "name": "$result", 100 "name": "$result",
101 "recipe_result": null, 101 "recipe_result": null,
102 "status_code": 0 102 "status_code": 0
103 } 103 }
104 ] 104 ]
OLDNEW
« no previous file with comments | « recipes/recipes/recipe_autoroller.expected/with_auth.json ('k') | recipes/recipes/try_recipe.expected/broken_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698