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

Side by Side Diff: infra/recipes/chromium.expected/builder.json

Issue 2293833002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux_remote_run_Builder", 7 "[BUILDER_CACHE]/Linux_remote_run_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 "cmd": [ 159 "cmd": [
160 "[SLAVE_BUILD]/cipd/cipd", 160 "[SLAVE_BUILD]/cipd/cipd",
161 "ensure", 161 "ensure",
162 "--root", 162 "--root",
163 "[CACHE]/cipd/goma", 163 "[CACHE]/cipd/goma",
164 "--list", 164 "--list",
165 "infra/tools/cloudtail/linux-amd64 git_revision:c6b17d5aa4fa6396c5f9712481 20e0e624c21fb3\ninfra_internal/goma/client/linux-amd64 release", 165 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
166 "--json-output", 166 "--json-output",
167 "/path/to/tmp/json", 167 "/path/to/tmp/json",
168 "--service-account-json", 168 "--service-account-json",
169 "/creds/service_accounts/service-account-goma-client.json" 169 "/creds/service_accounts/service-account-goma-client.json"
170 ], 170 ],
171 "name": "ensure_goma.ensure_installed", 171 "name": "ensure_goma.ensure_installed",
172 "~followup_annotations": [ 172 "~followup_annotations": [
173 "@@@STEP_NEST_LEVEL@1@@@", 173 "@@@STEP_NEST_LEVEL@1@@@",
174 "@@@STEP_LOG_LINE@json.output@{@@@", 174 "@@@STEP_LOG_LINE@json.output@{@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 175 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
176 "@@@STEP_LOG_LINE@json.output@ {@@@", 176 "@@@STEP_LOG_LINE@json.output@ {@@@",
177 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-git_revision:c6b\", @@@", 177 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
179 "@@@STEP_LOG_LINE@json.output@ }, @@@", 179 "@@@STEP_LOG_LINE@json.output@ }, @@@",
180 "@@@STEP_LOG_LINE@json.output@ {@@@", 180 "@@@STEP_LOG_LINE@json.output@ {@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 181 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
182 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 182 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
183 "@@@STEP_LOG_LINE@json.output@ }@@@", 183 "@@@STEP_LOG_LINE@json.output@ }@@@",
184 "@@@STEP_LOG_LINE@json.output@ ]@@@", 184 "@@@STEP_LOG_LINE@json.output@ ]@@@",
185 "@@@STEP_LOG_LINE@json.output@}@@@", 185 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_END@json.output@@@" 186 "@@@STEP_LOG_END@json.output@@@"
187 ] 187 ]
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "~followup_annotations": [ 380 "~followup_annotations": [
381 "@@@STEP_TEXT@Linux remote_run Tester@@@" 381 "@@@STEP_TEXT@Linux remote_run Tester@@@"
382 ] 382 ]
383 }, 383 },
384 { 384 {
385 "name": "$result", 385 "name": "$result",
386 "recipe_result": null, 386 "recipe_result": null,
387 "status_code": 0 387 "status_code": 0
388 } 388 }
389 ] 389 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698