| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "allow_subannotations": true, | 3 "allow_subannotations": true, |
| 4 "cmd": [ | 4 "cmd": [ |
| 5 "python", | 5 "python", |
| 6 "RECIPE_MODULE[build::skia]/resources/trigger_wait_ct_task.py", | 6 "RECIPE_MODULE[build::skia]/resources/trigger_wait_ct_task.py", |
| 7 "--issue", | 7 "--issue", |
| 8 "123", | 8 "123", |
| 9 "--patchset", | 9 "--patchset", |
| 10 "2001", | 10 "2001", |
| 11 "--requester", | 11 "--requester", |
| 12 "superman@krypton", | 12 "superman@krypton", |
| 13 "--benchmark", | 13 "--benchmark", |
| 14 "repaint" | 14 "repaint" |
| 15 ], | 15 ], |
| 16 "cwd": "[SLAVE_BUILD]", | |
| 17 "name": "Cluster Telemetry repaint run" | 16 "name": "Cluster Telemetry repaint run" |
| 18 }, | 17 }, |
| 19 { | 18 { |
| 20 "name": "$result", | 19 "name": "$result", |
| 21 "recipe_result": null, | 20 "recipe_result": null, |
| 22 "status_code": 0 | 21 "status_code": 0 |
| 23 } | 22 } |
| 24 ] | 23 ] |
| OLD | NEW |