| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac64_asan_rel", | 10 "v8_mac64_asan_rel", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 145 "runhooks" | 145 "runhooks" |
| 146 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]/v8", | 147 "cwd": "[SLAVE_BUILD]/v8", |
| 148 "env": { | 148 "env": { |
| 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 150 "GYP_CHROMIUM_NO_ACTION": "1", |
| 150 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[CA
CHE]/cipd/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8
_target_arch=x64", | 151 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[CA
CHE]/cipd/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8
_target_arch=x64", |
| 151 "GYP_GENERATORS": "ninja", | 152 "GYP_GENERATORS": "ninja", |
| 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 153 }, | 154 }, |
| 154 "name": "gclient runhooks" | 155 "name": "gclient runhooks" |
| 155 }, | 156 }, |
| 156 { | 157 { |
| 157 "cmd": [ | 158 "cmd": [ |
| 158 "python", | 159 "python", |
| 159 "-u", | 160 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 161 "--show-path", | 162 "--show-path", |
| 162 "python", | 163 "python", |
| 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 164 ], | 165 ], |
| 165 "name": "cleanup_temp" | 166 "name": "cleanup_temp" |
| 166 }, | 167 }, |
| 167 { | 168 { |
| 169 "cmd": [ |
| 170 "python", |
| 171 "-u", |
| 172 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 173 "gen", |
| 174 "-m", |
| 175 "tryserver.v8", |
| 176 "-b", |
| 177 "v8_mac64_asan_rel", |
| 178 "--config-file", |
| 179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 180 "--goma-dir", |
| 181 "[CACHE]/cipd/goma", |
| 182 "--gyp-script=gypfiles/gyp_v8", |
| 183 "//out/Release" |
| 184 ], |
| 185 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 187 }, |
| 188 "name": "generate_build_files", |
| 189 "stdout": "/path/to/tmp/", |
| 190 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 193 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 194 "@@@STEP_LOG_END@stdout@@@", |
| 195 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", |
| 196 "@@@STEP_LOG_LINE@diff@- asan: 1@@@", |
| 197 "@@@STEP_LOG_LINE@diff@- clang: 1@@@", |
| 198 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 0@@@", |
| 199 "@@@STEP_LOG_LINE@diff@- fastbuild: 0@@@", |
| 200 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", |
| 201 "@@@STEP_LOG_LINE@diff@- lsan: 1@@@", |
| 202 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@", |
| 203 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", |
| 204 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", |
| 205 "@@@STEP_LOG_END@diff@@@", |
| 206 "@@@STEP_WARNINGS@@@" |
| 207 ] |
| 208 }, |
| 209 { |
| 168 "allow_subannotations": true, | 210 "allow_subannotations": true, |
| 169 "cmd": [ | 211 "cmd": [ |
| 170 "python", | 212 "python", |
| 171 "-u", | 213 "-u", |
| 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 173 "--src-dir", | 215 "--src-dir", |
| 174 "[SLAVE_BUILD]/v8", | 216 "[SLAVE_BUILD]/v8", |
| 175 "--output-json", | 217 "--output-json", |
| 176 "/path/to/tmp/json" | 218 "/path/to/tmp/json" |
| 177 ], | 219 ], |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 449 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 408 "@@@STEP_LOG_END@durations@@@" | 450 "@@@STEP_LOG_END@durations@@@" |
| 409 ] | 451 ] |
| 410 }, | 452 }, |
| 411 { | 453 { |
| 412 "name": "$result", | 454 "name": "$result", |
| 413 "recipe_result": null, | 455 "recipe_result": null, |
| 414 "status_code": 0 | 456 "status_code": 0 |
| 415 } | 457 } |
| 416 ] | 458 ] |
| OLD | NEW |