| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [ | 113 "cmd": [ |
| 114 "python", | 114 "python", |
| 115 "-u", | 115 "-u", |
| 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 117 "runhooks" | 117 "runhooks" |
| 118 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]/v8", | 119 "cwd": "[SLAVE_BUILD]/v8", |
| 120 "env": { | 120 "env": { |
| 121 "FORCE_MAC_TOOLCHAIN": "1", |
| 121 "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", |
| 122 "GYP_CHROMIUM_NO_ACTION": "1", | 123 "GYP_CHROMIUM_NO_ACTION": "1", |
| 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_disassembler=1 v8_target_arch=ia32", | 124 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_disassembler=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": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 149 "v8-mac-release", | 150 "v8-mac-release", |
| 150 "--config-file", | 151 "--config-file", |
| 151 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 152 "--goma-dir", | 153 "--goma-dir", |
| 153 "[CACHE]/cipd/goma", | 154 "[CACHE]/cipd/goma", |
| 154 "--gyp-script=gypfiles/gyp_v8", | 155 "--gyp-script=gypfiles/gyp_v8", |
| 155 "//out/Release" | 156 "//out/Release" |
| 156 ], | 157 ], |
| 157 "cwd": "[SLAVE_BUILD]/v8", | 158 "cwd": "[SLAVE_BUILD]/v8", |
| 158 "env": { | 159 "env": { |
| 160 "FORCE_MAC_TOOLCHAIN": "1", |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, | 162 }, |
| 161 "name": "generate_build_files", | 163 "name": "generate_build_files", |
| 162 "stdout": "/path/to/tmp/", | 164 "stdout": "/path/to/tmp/", |
| 163 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@stdout@some line@@@", | 166 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 167 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 166 "@@@STEP_LOG_LINE@stdout@moar@@@", | 168 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 167 "@@@STEP_LOG_END@stdout@@@" | 169 "@@@STEP_LOG_END@stdout@@@" |
| 168 ] | 170 ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "-b", | 212 "-b", |
| 211 "v8-mac-release", | 213 "v8-mac-release", |
| 212 "--config-file", | 214 "--config-file", |
| 213 "[mb config]", | 215 "[mb config]", |
| 214 "--goma-dir", | 216 "--goma-dir", |
| 215 "[CACHE]/cipd/goma", | 217 "[CACHE]/cipd/goma", |
| 216 "[SLAVE_BUILD]/v8/out/gn" | 218 "[SLAVE_BUILD]/v8/out/gn" |
| 217 ], | 219 ], |
| 218 "cwd": "[SLAVE_BUILD]/v8", | 220 "cwd": "[SLAVE_BUILD]/v8", |
| 219 "env": { | 221 "env": { |
| 222 "FORCE_MAC_TOOLCHAIN": "1", |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 221 }, | 224 }, |
| 222 "name": "generate_build_files with gn (fyi)" | 225 "name": "generate_build_files with gn (fyi)" |
| 223 }, | 226 }, |
| 224 { | 227 { |
| 225 "cmd": [ | 228 "cmd": [ |
| 226 "python", | 229 "python", |
| 227 "-u", | 230 "-u", |
| 228 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 231 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 229 "[SLAVE_BUILD]/v8/out/gn", | 232 "[SLAVE_BUILD]/v8/out/gn", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 247 "cmd": [ | 250 "cmd": [ |
| 248 "python", | 251 "python", |
| 249 "-u", | 252 "-u", |
| 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 251 "--src-dir", | 254 "--src-dir", |
| 252 "[SLAVE_BUILD]/v8", | 255 "[SLAVE_BUILD]/v8", |
| 253 "--output-json", | 256 "--output-json", |
| 254 "/path/to/tmp/json" | 257 "/path/to/tmp/json" |
| 255 ], | 258 ], |
| 256 "env": { | 259 "env": { |
| 260 "FORCE_MAC_TOOLCHAIN": "1", |
| 257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 258 }, | 262 }, |
| 259 "name": "clang_revision", | 263 "name": "clang_revision", |
| 260 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 261 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@}@@@", | 267 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 264 "@@@STEP_LOG_END@json.output@@@" | 268 "@@@STEP_LOG_END@json.output@@@" |
| 265 ] | 269 ] |
| 266 }, | 270 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 294 "goma-clang", | 298 "goma-clang", |
| 295 "--goma-jsonstatus", | 299 "--goma-jsonstatus", |
| 296 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
| 297 "--goma-service-account-json-file", | 301 "--goma-service-account-json-file", |
| 298 "/creds/service_accounts/service-account-goma-client.json", | 302 "/creds/service_accounts/service-account-goma-client.json", |
| 299 "--goma-dir", | 303 "--goma-dir", |
| 300 "[CACHE]/cipd/goma", | 304 "[CACHE]/cipd/goma", |
| 301 "--" | 305 "--" |
| 302 ], | 306 ], |
| 303 "env": { | 307 "env": { |
| 308 "FORCE_MAC_TOOLCHAIN": "1", |
| 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 305 }, | 310 }, |
| 306 "name": "compile", | 311 "name": "compile", |
| 307 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 308 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 309 "@@@STEP_LOG_END@json.output (invalid)@@@" | 314 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 310 ] | 315 ] |
| 311 }, | 316 }, |
| 312 { | 317 { |
| 313 "allow_subannotations": true, | 318 "allow_subannotations": true, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 334 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 339 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
| 335 ], | 340 ], |
| 336 "name": "package build" | 341 "name": "package build" |
| 337 }, | 342 }, |
| 338 { | 343 { |
| 339 "name": "$result", | 344 "name": "$result", |
| 340 "recipe_result": null, | 345 "recipe_result": null, |
| 341 "status_code": 0 | 346 "status_code": 0 |
| 342 } | 347 } |
| 343 ] | 348 ] |
| OLD | NEW |