OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\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", | 6 "\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", |
7 "[SLAVE_BUILD]\\src\\out\\Release", | 7 "[SLAVE_BUILD]\\src\\out\\Release", |
8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]", | 10 "cwd": "[SLAVE_BUILD]", |
(...skipping 11 matching lines...) Expand all Loading... |
22 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 22 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
23 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 23 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
24 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 24 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
25 "@@@STEP_LOG_END@python.inline@@@" | 25 "@@@STEP_LOG_END@python.inline@@@" |
26 ] | 26 ] |
27 }, | 27 }, |
28 { | 28 { |
29 "cmd": [ | 29 "cmd": [ |
30 "python", | 30 "python", |
31 "-u", | 31 "-u", |
32 "RECIPE_MODULE[archive]\\resources\\zip_archive.py", | 32 "RECIPE_MODULE[build.archive]\\resources\\zip_archive.py", |
33 "[TMP_BASE]\\chrome_staging_tmp_1", | 33 "[TMP_BASE]\\chrome_staging_tmp_1", |
34 "chrome-asan-win32-release-refs_heads_B1-123456", | 34 "chrome-asan-win32-release-refs_heads_B1-123456", |
35 "[\"chrome\", \"icu.dat\"]", | 35 "[\"chrome\", \"icu.dat\"]", |
36 "[SLAVE_BUILD]\\src\\out\\Release" | 36 "[SLAVE_BUILD]\\src\\out\\Release" |
37 ], | 37 ], |
38 "cwd": "[SLAVE_BUILD]", | 38 "cwd": "[SLAVE_BUILD]", |
39 "name": "zipping" | 39 "name": "zipping" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 78 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
79 "@@@STEP_LOG_END@python.inline@@@" | 79 "@@@STEP_LOG_END@python.inline@@@" |
80 ] | 80 ] |
81 }, | 81 }, |
82 { | 82 { |
83 "name": "$result", | 83 "name": "$result", |
84 "recipe_result": null, | 84 "recipe_result": null, |
85 "status_code": 0 | 85 "status_code": 0 |
86 } | 86 } |
87 ] | 87 ] |
OLD | NEW |