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

Side by Side Diff: infra/recipes/blink_downstream.expected/too_many_failures_for_retcode.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]/V8_Blink_Linux_64", 7 "[BUILDER_CACHE]/V8_Blink_Linux_64",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "@@@STEP_LOG_END@json.output@@@" 159 "@@@STEP_LOG_END@json.output@@@"
160 ] 160 ]
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "[SLAVE_BUILD]/cipd/cipd", 164 "[SLAVE_BUILD]/cipd/cipd",
165 "ensure", 165 "ensure",
166 "--root", 166 "--root",
167 "[CACHE]/cipd/goma", 167 "[CACHE]/cipd/goma",
168 "--list", 168 "--list",
169 "infra/tools/cloudtail/linux-amd64 git_revision:c6b17d5aa4fa6396c5f9712481 20e0e624c21fb3\ninfra_internal/goma/client/linux-amd64 release", 169 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
170 "--json-output", 170 "--json-output",
171 "/path/to/tmp/json", 171 "/path/to/tmp/json",
172 "--service-account-json", 172 "--service-account-json",
173 "/creds/service_accounts/service-account-goma-client.json" 173 "/creds/service_accounts/service-account-goma-client.json"
174 ], 174 ],
175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", 175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
176 "name": "ensure_goma.ensure_installed", 176 "name": "ensure_goma.ensure_installed",
177 "~followup_annotations": [ 177 "~followup_annotations": [
178 "@@@STEP_NEST_LEVEL@1@@@", 178 "@@@STEP_NEST_LEVEL@1@@@",
179 "@@@STEP_LOG_LINE@json.output@{@@@", 179 "@@@STEP_LOG_LINE@json.output@{@@@",
180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
181 "@@@STEP_LOG_LINE@json.output@ {@@@", 181 "@@@STEP_LOG_LINE@json.output@ {@@@",
182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-git_revision:c6b\", @@@", 182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@", 183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
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_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 186 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 187 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
188 "@@@STEP_LOG_LINE@json.output@ }@@@", 188 "@@@STEP_LOG_LINE@json.output@ }@@@",
189 "@@@STEP_LOG_LINE@json.output@ ]@@@", 189 "@@@STEP_LOG_LINE@json.output@ ]@@@",
190 "@@@STEP_LOG_LINE@json.output@}@@@", 190 "@@@STEP_LOG_LINE@json.output@}@@@",
191 "@@@STEP_LOG_END@json.output@@@" 191 "@@@STEP_LOG_END@json.output@@@"
192 ] 192 ]
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "@@@STEP_FAILURE@@@" 579 "@@@STEP_FAILURE@@@"
580 ] 580 ]
581 }, 581 },
582 { 582 {
583 "name": "$result", 583 "name": "$result",
584 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 584 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
585 "recipe_result": null, 585 "recipe_result": null,
586 "status_code": 1 586 "status_code": 1
587 } 587 }
588 ] 588 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698