OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" |
10 ], | 10 ], |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 "--src-dir", | 121 "--src-dir", |
122 "[SLAVE_BUILD]/src", | 122 "[SLAVE_BUILD]/src", |
123 "--goma-cache-dir", | 123 "--goma-cache-dir", |
124 "[GOMA_CACHE]", | 124 "[GOMA_CACHE]", |
125 "--build-tool", | 125 "--build-tool", |
126 "ninja", | 126 "ninja", |
127 "--compiler", | 127 "--compiler", |
128 "goma-clang", | 128 "goma-clang", |
129 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
131 "--goma-service-account-json-file", | |
132 "/creds/service_accounts/service-account-goma-client.json", | |
133 "--goma-dir", | 131 "--goma-dir", |
134 "[BUILD]/goma", | 132 "[BUILD]/goma", |
135 "--", | 133 "--", |
136 "All", | 134 "All", |
137 "chromium_builder_tests" | 135 "chromium_builder_tests" |
138 ], | 136 ], |
139 "cwd": "[SLAVE_BUILD]", | 137 "cwd": "[SLAVE_BUILD]", |
140 "name": "compile", | 138 "name": "compile", |
141 "~followup_annotations": [ | 139 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 141 "@@@STEP_LOG_END@json.output (invalid)@@@" |
144 ] | 142 ] |
145 }, | 143 }, |
146 { | 144 { |
147 "cmd": [ | 145 "cmd": [ |
148 "python", | 146 "python", |
149 "-u", | 147 "-u", |
150 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", | 148 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", |
151 "12345" | 149 "12345" |
152 ], | 150 ], |
153 "cwd": "[SLAVE_BUILD]", | 151 "cwd": "[SLAVE_BUILD]", |
154 "name": "archive_build" | 152 "name": "archive_build" |
155 }, | 153 }, |
156 { | 154 { |
157 "name": "$result", | 155 "name": "$result", |
158 "recipe_result": null, | 156 "recipe_result": null, |
159 "status_code": 0 | 157 "status_code": 0 |
160 } | 158 } |
161 ] | 159 ] |
OLD | NEW |