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