Chromium Code Reviews| 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_linux64_msan_rel", | 10 "v8_linux64_msan_rel", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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_CHROMIUM_NO_ACTION": "1", |
| 151 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci pd/goma' msan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target _arch=arm64", | 151 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci pd/goma' msan=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare use_goma=1 use_prebuilt_instrumented_libraries=1 v8_target_arch=arm64", |
|
Michael Achenbach
2016/07/29 11:30:36
This is set at hooks time because this script need
| |
| 152 "GYP_GENERATORS": "ninja", | 152 "GYP_GENERATORS": "ninja", |
| 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 154 }, | 154 }, |
| 155 "name": "gclient runhooks" | 155 "name": "gclient runhooks" |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "cmd": [ | 158 "cmd": [ |
| 159 "python", | 159 "python", |
| 160 "-u", | 160 "-u", |
| 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 790 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 790 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 791 "@@@STEP_LOG_END@durations@@@" | 791 "@@@STEP_LOG_END@durations@@@" |
| 792 ] | 792 ] |
| 793 }, | 793 }, |
| 794 { | 794 { |
| 795 "name": "$result", | 795 "name": "$result", |
| 796 "recipe_result": null, | 796 "recipe_result": null, |
| 797 "status_code": 0 | 797 "status_code": 0 |
| 798 } | 798 } |
| 799 ] | 799 ] |
| OLD | NEW |