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

Side by Side Diff: infra/recipes/chromium_trybot.expected/basic.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
« no previous file with comments | « infra/recipes/chromium.expected/tester.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "@@@STEP_LOG_END@json.output@@@" 160 "@@@STEP_LOG_END@json.output@@@"
161 ] 161 ]
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "[SLAVE_BUILD]/cipd/cipd", 165 "[SLAVE_BUILD]/cipd/cipd",
166 "ensure", 166 "ensure",
167 "--root", 167 "--root",
168 "[CACHE]/cipd/goma", 168 "[CACHE]/cipd/goma",
169 "--list", 169 "--list",
170 "infra/tools/cloudtail/linux-amd64 git_revision:c6b17d5aa4fa6396c5f9712481 20e0e624c21fb3\ninfra_internal/goma/client/linux-amd64 release", 170 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
171 "--json-output", 171 "--json-output",
172 "/path/to/tmp/json", 172 "/path/to/tmp/json",
173 "--service-account-json", 173 "--service-account-json",
174 "/creds/service_accounts/service-account-goma-client.json" 174 "/creds/service_accounts/service-account-goma-client.json"
175 ], 175 ],
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "import sys; sys.exit(0)" 359 "import sys; sys.exit(0)"
360 ], 360 ],
361 "name": "mark: before_tests" 361 "name": "mark: before_tests"
362 }, 362 },
363 { 363 {
364 "name": "$result", 364 "name": "$result",
365 "recipe_result": null, 365 "recipe_result": null,
366 "status_code": 0 366 "status_code": 0
367 } 367 }
368 ] 368 ]
OLDNEW
« no previous file with comments | « infra/recipes/chromium.expected/tester.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698