| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - predictable", | 10 "V8 Linux - predictable", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 { | 113 { |
| 114 "cmd": [ | 114 "cmd": [ |
| 115 "python", | 115 "python", |
| 116 "-u", | 116 "-u", |
| 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 118 "runhooks" | 118 "runhooks" |
| 119 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]/v8", | 120 "cwd": "[SLAVE_BUILD]/v8", |
| 121 "env": { | 121 "env": { |
| 122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 123 "GYP_CHROMIUM_NO_ACTION": "1", |
| 123 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1 v8
_enable_verify_predictable=1 v8_target_arch=ia32", | 124 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1 v8
_enable_verify_predictable=1 v8_target_arch=ia32", |
| 124 "GYP_GENERATORS": "ninja", | 125 "GYP_GENERATORS": "ninja", |
| 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 126 }, | 127 }, |
| 127 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
| 128 }, | 129 }, |
| 129 { | 130 { |
| 130 "cmd": [ | 131 "cmd": [ |
| 131 "python", | 132 "python", |
| 132 "-u", | 133 "-u", |
| 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 134 "--show-path", | 135 "--show-path", |
| 135 "python", | 136 "python", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 137 ], | 138 ], |
| 138 "name": "cleanup_temp" | 139 "name": "cleanup_temp" |
| 139 }, | 140 }, |
| 140 { | 141 { |
| 141 "cmd": [ | 142 "cmd": [ |
| 142 "python", | 143 "python", |
| 143 "-u", | 144 "-u", |
| 145 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 146 "gen", |
| 147 "-m", |
| 148 "client.v8", |
| 149 "-b", |
| 150 "V8 Linux - predictable", |
| 151 "--config-file", |
| 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 153 "--goma-dir", |
| 154 "[CACHE]/cipd/goma", |
| 155 "--gyp-script=gypfiles/gyp_v8", |
| 156 "//out/Release" |
| 157 ], |
| 158 "env": { |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, |
| 161 "name": "generate_build_files", |
| 162 "stdout": "/path/to/tmp/", |
| 163 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 166 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 167 "@@@STEP_LOG_END@stdout@@@", |
| 168 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", |
| 169 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", |
| 170 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@", |
| 171 "@@@STEP_LOG_LINE@diff@? ^^^^@@@", |
| 172 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@", |
| 173 "@@@STEP_LOG_LINE@diff@? ^^^@@@", |
| 174 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", |
| 175 "@@@STEP_LOG_LINE@diff@- v8_enable_verify_predictable: 1@@@", |
| 176 "@@@STEP_LOG_END@diff@@@", |
| 177 "@@@STEP_WARNINGS@@@" |
| 178 ] |
| 179 }, |
| 180 { |
| 181 "cmd": [ |
| 182 "python", |
| 183 "-u", |
| 144 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", | 184 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 145 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 185 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 146 "/path/to/tmp/" | 186 "/path/to/tmp/" |
| 147 ], | 187 ], |
| 148 "name": "patch mb config (fyi)" | 188 "name": "patch mb config (fyi)" |
| 149 }, | 189 }, |
| 150 { | 190 { |
| 151 "cmd": [ | 191 "cmd": [ |
| 152 "python", | 192 "python", |
| 153 "-u", | 193 "-u", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 438 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 399 "@@@STEP_LOG_END@durations@@@" | 439 "@@@STEP_LOG_END@durations@@@" |
| 400 ] | 440 ] |
| 401 }, | 441 }, |
| 402 { | 442 { |
| 403 "name": "$result", | 443 "name": "$result", |
| 404 "recipe_result": null, | 444 "recipe_result": null, |
| 405 "status_code": 0 | 445 "status_code": 0 |
| 406 } | 446 } |
| 407 ] | 447 ] |
| OLD | NEW |