| 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", |
| 131 "--goma-dir", | 133 "--goma-dir", |
| 132 "[BUILD]/goma", | 134 "[BUILD]/goma", |
| 133 "--", | 135 "--", |
| 134 "All", | 136 "All", |
| 135 "chromium_builder_tests" | 137 "chromium_builder_tests" |
| 136 ], | 138 ], |
| 137 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "compile", | 140 "name": "compile", |
| 139 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 141 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 142 ] | 144 ] |
| 143 }, | 145 }, |
| 144 { | 146 { |
| 145 "cmd": [ | 147 "cmd": [ |
| 146 "python", | 148 "python", |
| 147 "-u", | 149 "-u", |
| 148 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", | 150 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", |
| 149 "12345" | 151 "12345" |
| 150 ], | 152 ], |
| 151 "cwd": "[SLAVE_BUILD]", | 153 "cwd": "[SLAVE_BUILD]", |
| 152 "name": "archive_build" | 154 "name": "archive_build" |
| 153 }, | 155 }, |
| 154 { | 156 { |
| 155 "name": "$result", | 157 "name": "$result", |
| 156 "recipe_result": null, | 158 "recipe_result": null, |
| 157 "status_code": 0 | 159 "status_code": 0 |
| 158 } | 160 } |
| 159 ] | 161 ] |
| OLD | NEW |