| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "--src-dir", | 101 "--src-dir", |
| 102 "[SLAVE_BUILD]/src", | 102 "[SLAVE_BUILD]/src", |
| 103 "--goma-cache-dir", | 103 "--goma-cache-dir", |
| 104 "[GOMA_CACHE]", | 104 "[GOMA_CACHE]", |
| 105 "--build-tool", | 105 "--build-tool", |
| 106 "ninja", | 106 "ninja", |
| 107 "--compiler", | 107 "--compiler", |
| 108 "goma", | 108 "goma", |
| 109 "--goma-jsonstatus", | 109 "--goma-jsonstatus", |
| 110 "/path/to/tmp/json", | 110 "/path/to/tmp/json", |
| 111 "--goma-service-account-json-file", |
| 112 "/creds/service_accounts/service-account-goma-client.json", |
| 111 "--goma-dir", | 113 "--goma-dir", |
| 112 "[BUILD]/goma", | 114 "[BUILD]/goma", |
| 113 "--", | 115 "--", |
| 114 "All", | 116 "All", |
| 115 "chromium_builder_tests" | 117 "chromium_builder_tests" |
| 116 ], | 118 ], |
| 117 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "compile", | 120 "name": "compile", |
| 119 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 121 "@@@STEP_LOG_END@json.output (invalid)@@@" | 123 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 122 ] | 124 ] |
| 123 }, | 125 }, |
| 124 { | 126 { |
| 125 "cmd": [ | 127 "cmd": [ |
| 126 "python", | 128 "python", |
| 127 "-u", | 129 "-u", |
| 128 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", | 130 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", |
| 129 "12345" | 131 "12345" |
| 130 ], | 132 ], |
| 131 "cwd": "[SLAVE_BUILD]", | 133 "cwd": "[SLAVE_BUILD]", |
| 132 "name": "archive_build" | 134 "name": "archive_build" |
| 133 }, | 135 }, |
| 134 { | 136 { |
| 135 "name": "$result", | 137 "name": "$result", |
| 136 "recipe_result": null, | 138 "recipe_result": null, |
| 137 "status_code": 0 | 139 "status_code": 0 |
| 138 } | 140 } |
| 139 ] | 141 ] |
| OLD | NEW |