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 "name": "listdir build_dir", | 10 "name": "listdir build_dir", |
(...skipping 21 matching lines...) Expand all Loading... |
32 "chrome-asan-linux-release-refs_heads_B1-123456", | 32 "chrome-asan-linux-release-refs_heads_B1-123456", |
33 "[\"chrome\", \"icu.dat\"]", | 33 "[\"chrome\", \"icu.dat\"]", |
34 "[SLAVE_BUILD]/src/out/Release" | 34 "[SLAVE_BUILD]/src/out/Release" |
35 ], | 35 ], |
36 "name": "zipping" | 36 "name": "zipping" |
37 }, | 37 }, |
38 { | 38 { |
39 "cmd": [ | 39 "cmd": [ |
40 "python", | 40 "python", |
41 "-u", | 41 "-u", |
42 "[DEPOT_TOOLS]/gsutil.py", | 42 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
43 "--", | 43 "--", |
44 "-h", | 44 "-h", |
45 "x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}", | 45 "x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}", |
46 "-h", | 46 "-h", |
47 "x-goog-meta-Cr-Commit-Position-Number:123456", | 47 "x-goog-meta-Cr-Commit-Position-Number:123456", |
48 "-h", | 48 "-h", |
49 "x-goog-meta-Cr-Git-Commit:5e3250aadda2b170692f8e762d43b7e8deadbeef", | 49 "x-goog-meta-Cr-Git-Commit:5e3250aadda2b170692f8e762d43b7e8deadbeef", |
50 "cp", | 50 "cp", |
51 "-a", | 51 "-a", |
52 "public-read", | 52 "public-read", |
(...skipping 20 matching lines...) Expand all Loading... |
73 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 73 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
74 "@@@STEP_LOG_END@python.inline@@@" | 74 "@@@STEP_LOG_END@python.inline@@@" |
75 ] | 75 ] |
76 }, | 76 }, |
77 { | 77 { |
78 "name": "$result", | 78 "name": "$result", |
79 "recipe_result": null, | 79 "recipe_result": null, |
80 "status_code": 0 | 80 "status_code": 0 |
81 } | 81 } |
82 ] | 82 ] |
OLD | NEW |