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]/CFI_Linux_CF", | 7 "[BUILDER_CACHE]/CFI_Linux_CF", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 ], | 289 ], |
290 "env": { | 290 "env": { |
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
292 }, | 292 }, |
293 "name": "compile" | 293 "name": "compile" |
294 }, | 294 }, |
295 { | 295 { |
296 "cmd": [ | 296 "cmd": [ |
297 "python", | 297 "python", |
298 "-u", | 298 "-u", |
| 299 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 300 "[BUILDER_CACHE]/CFI_Linux_CF/src/third_party/llvm-build/Release+Asserts/b
in/llvm-symbolizer", |
| 301 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release" |
| 302 ], |
| 303 "name": "Copy llvm-symbolizer" |
| 304 }, |
| 305 { |
| 306 "cmd": [ |
| 307 "python", |
| 308 "-u", |
| 309 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 310 "[BUILDER_CACHE]/CFI_Linux_CF/src/third_party/llvm-build/Release+Asserts/b
in/sancov", |
| 311 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release" |
| 312 ], |
| 313 "name": "Copy sancov" |
| 314 }, |
| 315 { |
| 316 "cmd": [ |
| 317 "python", |
| 318 "-u", |
299 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 319 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
300 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release", | 320 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release", |
301 "/path/to/tmp/json" | 321 "/path/to/tmp/json" |
302 ], | 322 ], |
303 "name": "listdir build_dir", | 323 "name": "listdir build_dir", |
304 "~followup_annotations": [ | 324 "~followup_annotations": [ |
305 "@@@STEP_LOG_LINE@json.output@[@@@", | 325 "@@@STEP_LOG_LINE@json.output@[@@@", |
306 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 326 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
307 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 327 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
308 "@@@STEP_LOG_LINE@json.output@]@@@", | 328 "@@@STEP_LOG_LINE@json.output@]@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 385 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
366 "@@@STEP_LOG_END@python.inline@@@" | 386 "@@@STEP_LOG_END@python.inline@@@" |
367 ] | 387 ] |
368 }, | 388 }, |
369 { | 389 { |
370 "name": "$result", | 390 "name": "$result", |
371 "recipe_result": null, | 391 "recipe_result": null, |
372 "status_code": 0 | 392 "status_code": 0 |
373 } | 393 } |
374 ] | 394 ] |
OLD | NEW |