| 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", | |
| 122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 123 "GYP_CHROMIUM_NO_ACTION": "1", | 122 "GYP_CHROMIUM_NO_ACTION": "1", |
| 124 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_disassembler=1 v8_target_arch=ia32", | 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_disassembler=1 v8_target_arch=ia32", |
| 125 "GYP_GENERATORS": "ninja", | 124 "GYP_GENERATORS": "ninja", |
| 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 127 }, | 126 }, |
| 128 "name": "gclient runhooks" | 127 "name": "gclient runhooks" |
| 129 }, | 128 }, |
| 130 { | 129 { |
| 131 "cmd": [ | 130 "cmd": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 150 "v8-mac-release", | 149 "v8-mac-release", |
| 151 "--config-file", | 150 "--config-file", |
| 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 151 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 153 "--goma-dir", | 152 "--goma-dir", |
| 154 "[CACHE]/cipd/goma", | 153 "[CACHE]/cipd/goma", |
| 155 "--gyp-script=gypfiles/gyp_v8", | 154 "--gyp-script=gypfiles/gyp_v8", |
| 156 "//out/Release" | 155 "//out/Release" |
| 157 ], | 156 ], |
| 158 "cwd": "[SLAVE_BUILD]/v8", | 157 "cwd": "[SLAVE_BUILD]/v8", |
| 159 "env": { | 158 "env": { |
| 160 "FORCE_MAC_TOOLCHAIN": "1", | |
| 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 162 }, | 160 }, |
| 163 "name": "generate_build_files", | 161 "name": "generate_build_files", |
| 164 "stdout": "/path/to/tmp/", | 162 "stdout": "/path/to/tmp/", |
| 165 "~followup_annotations": [ | 163 "~followup_annotations": [ |
| 166 "@@@STEP_LOG_LINE@stdout@some line@@@", | 164 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 167 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 168 "@@@STEP_LOG_LINE@stdout@moar@@@", | 166 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 169 "@@@STEP_LOG_END@stdout@@@" | 167 "@@@STEP_LOG_END@stdout@@@" |
| 170 ] | 168 ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "-b", | 210 "-b", |
| 213 "v8-mac-release", | 211 "v8-mac-release", |
| 214 "--config-file", | 212 "--config-file", |
| 215 "[mb config]", | 213 "[mb config]", |
| 216 "--goma-dir", | 214 "--goma-dir", |
| 217 "[CACHE]/cipd/goma", | 215 "[CACHE]/cipd/goma", |
| 218 "[SLAVE_BUILD]/v8/out/gn" | 216 "[SLAVE_BUILD]/v8/out/gn" |
| 219 ], | 217 ], |
| 220 "cwd": "[SLAVE_BUILD]/v8", | 218 "cwd": "[SLAVE_BUILD]/v8", |
| 221 "env": { | 219 "env": { |
| 222 "FORCE_MAC_TOOLCHAIN": "1", | |
| 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 224 }, | 221 }, |
| 225 "name": "generate_build_files with gn (fyi)" | 222 "name": "generate_build_files with gn (fyi)" |
| 226 }, | 223 }, |
| 227 { | 224 { |
| 228 "cmd": [ | 225 "cmd": [ |
| 229 "python", | 226 "python", |
| 230 "-u", | 227 "-u", |
| 231 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 228 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 232 "[SLAVE_BUILD]/v8/out/gn", | 229 "[SLAVE_BUILD]/v8/out/gn", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 250 "cmd": [ | 247 "cmd": [ |
| 251 "python", | 248 "python", |
| 252 "-u", | 249 "-u", |
| 253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 254 "--src-dir", | 251 "--src-dir", |
| 255 "[SLAVE_BUILD]/v8", | 252 "[SLAVE_BUILD]/v8", |
| 256 "--output-json", | 253 "--output-json", |
| 257 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
| 258 ], | 255 ], |
| 259 "env": { | 256 "env": { |
| 260 "FORCE_MAC_TOOLCHAIN": "1", | |
| 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 262 }, | 258 }, |
| 263 "name": "clang_revision", | 259 "name": "clang_revision", |
| 264 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 265 "@@@STEP_LOG_LINE@json.output@{@@@", | 261 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@}@@@", | 263 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 268 "@@@STEP_LOG_END@json.output@@@" | 264 "@@@STEP_LOG_END@json.output@@@" |
| 269 ] | 265 ] |
| 270 }, | 266 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 298 "goma-clang", | 294 "goma-clang", |
| 299 "--goma-jsonstatus", | 295 "--goma-jsonstatus", |
| 300 "/path/to/tmp/json", | 296 "/path/to/tmp/json", |
| 301 "--goma-service-account-json-file", | 297 "--goma-service-account-json-file", |
| 302 "/creds/service_accounts/service-account-goma-client.json", | 298 "/creds/service_accounts/service-account-goma-client.json", |
| 303 "--goma-dir", | 299 "--goma-dir", |
| 304 "[CACHE]/cipd/goma", | 300 "[CACHE]/cipd/goma", |
| 305 "--" | 301 "--" |
| 306 ], | 302 ], |
| 307 "env": { | 303 "env": { |
| 308 "FORCE_MAC_TOOLCHAIN": "1", | |
| 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 310 }, | 305 }, |
| 311 "name": "compile", | 306 "name": "compile", |
| 312 "~followup_annotations": [ | 307 "~followup_annotations": [ |
| 313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 308 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 314 "@@@STEP_LOG_END@json.output (invalid)@@@" | 309 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 315 ] | 310 ] |
| 316 }, | 311 }, |
| 317 { | 312 { |
| 318 "allow_subannotations": true, | 313 "allow_subannotations": true, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 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\"}" | 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\"}" |
| 340 ], | 335 ], |
| 341 "name": "package build" | 336 "name": "package build" |
| 342 }, | 337 }, |
| 343 { | 338 { |
| 344 "name": "$result", | 339 "name": "$result", |
| 345 "recipe_result": null, | 340 "recipe_result": null, |
| 346 "status_code": 0 | 341 "status_code": 0 |
| 347 } | 342 } |
| 348 ] | 343 ] |
| OLD | NEW |