OLD | NEW |
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_Tester", | 7 "[BUILDER_CACHE]/Linux_remote_run_Tester", |
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 Loading... |
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
335 }, | 335 }, |
336 "name": "base_unittests" | 336 "name": "base_unittests" |
337 }, | 337 }, |
338 { | 338 { |
339 "name": "$result", | 339 "name": "$result", |
340 "recipe_result": null, | 340 "recipe_result": null, |
341 "status_code": 0 | 341 "status_code": 0 |
342 } | 342 } |
343 ] | 343 ] |
OLD | NEW |