Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 126 "runhooks" | 126 "runhooks" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]/src", | 128 "cwd": "[SLAVE_BUILD]/src", |
| 129 "env": { | 129 "env": { |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 131 "GYP_CROSSCOMPILE": "1", | 132 "GYP_CROSSCOMPILE": "1", |
| 132 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1", | 133 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1", |
| 133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 135 }, |
| 135 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| 136 }, | 137 }, |
| 137 { | 138 { |
| 139 "cmd": [ | |
| 140 "python", | |
| 141 "-u", | |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | |
| 143 "--root=[SLAVE_BUILD]/src", | |
| 144 "gen", | |
| 145 "//out/Debug", | |
| 146 "--args=is_component_build=true is_component_build=false is_clang=true is_ debug=true target_os=\"android\" target_cpu=\"mipsel\" use_goma=true goma_dir=\" [CACHE]/cipd/goma\"" | |
|
kjellander_chromium
2016/10/17 10:04:29
This was clearly wrong, so it was good the presubm
| |
| 147 ], | |
| 148 "cwd": "[SLAVE_BUILD]/src", | |
| 149 "name": "gn" | |
| 150 }, | |
| 151 { | |
| 138 "allow_subannotations": true, | 152 "allow_subannotations": true, |
| 139 "cmd": [ | 153 "cmd": [ |
| 140 "python", | 154 "python", |
| 141 "-u", | 155 "-u", |
| 142 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 143 "--src-dir", | 157 "--src-dir", |
| 144 "[SLAVE_BUILD]/src", | 158 "[SLAVE_BUILD]/src", |
| 145 "--output-json", | 159 "--output-json", |
| 146 "/path/to/tmp/json" | 160 "/path/to/tmp/json" |
| 147 ], | 161 ], |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 216 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 203 "@@@STEP_LOG_END@json.output (invalid)@@@" | 217 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 204 ] | 218 ] |
| 205 }, | 219 }, |
| 206 { | 220 { |
| 207 "name": "$result", | 221 "name": "$result", |
| 208 "recipe_result": null, | 222 "recipe_result": null, |
| 209 "status_code": 0 | 223 "status_code": 0 |
| 210 } | 224 } |
| 211 ] | 225 ] |
| OLD | NEW |