| 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 - nosnap builder", | 10 "V8 Linux - nosnap builder", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "name": "package build" | 236 "name": "package build" |
| 237 }, | 237 }, |
| 238 { | 238 { |
| 239 "cmd": [], | 239 "cmd": [], |
| 240 "cwd": "[SLAVE_BUILD]", | 240 "cwd": "[SLAVE_BUILD]", |
| 241 "name": "trigger", | 241 "name": "trigger", |
| 242 "trigger_specs": [ | 242 "trigger_specs": [ |
| 243 { | 243 { |
| 244 "builder_name": "V8 Linux - nosnap", | 244 "builder_name": "V8 Linux - nosnap", |
| 245 "properties": { | 245 "properties": { |
| 246 "build_environment": { | |
| 247 "GYP_DEFINES": "clang=1 target_arch=ia32 test_isolation_mode=prepare
use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false", | |
| 248 "GYP_GENERATORS": "ninja" | |
| 249 }, | |
| 250 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 246 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 251 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 247 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 252 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 248 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 253 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 249 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 254 "swarm_hashes": { | 250 "swarm_hashes": { |
| 255 "bot_default": "[dummy hash for bot_default]", | 251 "bot_default": "[dummy hash for bot_default]", |
| 256 "mozilla": "[dummy hash for mozilla]", | 252 "mozilla": "[dummy hash for mozilla]", |
| 257 "simdjs": "[dummy hash for simdjs]", | 253 "simdjs": "[dummy hash for simdjs]", |
| 258 "test262": "[dummy hash for test262]" | 254 "test262": "[dummy hash for test262]" |
| 259 } | 255 } |
| 260 } | 256 } |
| 261 } | 257 } |
| 262 ], | 258 ], |
| 263 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 264 "@@@STEP_TEXT@V8 Linux - nosnap@@@" | 260 "@@@STEP_TEXT@V8 Linux - nosnap@@@" |
| 265 ] | 261 ] |
| 266 }, | 262 }, |
| 267 { | 263 { |
| 268 "name": "$result", | 264 "name": "$result", |
| 269 "recipe_result": null, | 265 "recipe_result": null, |
| 270 "status_code": 0 | 266 "status_code": 0 |
| 271 } | 267 } |
| 272 ] | 268 ] |
| OLD | NEW |