| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
| 8 "--outfile", | 8 "--outfile", |
| 9 "/path/to/tmp/" | 9 "/path/to/tmp/" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "name": "Get luci-config projects" | 11 "name": "Get luci-config projects" |
| 13 }, | 12 }, |
| 14 { | 13 { |
| 15 "cmd": [ | 14 "cmd": [ |
| 16 "python", | 15 "python", |
| 17 "-u", | 16 "-u", |
| 18 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 17 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 19 "https://luci-config.appspot.com//_ah/api/config/v1/config_sets/projects%2
Fbuild%2Frefs%2Fheads%2Fmaster/config/recipes.cfg", | 18 "https://luci-config.appspot.com//_ah/api/config/v1/config_sets/projects%2
Fbuild%2Frefs%2Fheads%2Fmaster/config/recipes.cfg", |
| 20 "--outfile", | 19 "--outfile", |
| 21 "/path/to/tmp/" | 20 "/path/to/tmp/" |
| 22 ], | 21 ], |
| 23 "cwd": "[SLAVE_BUILD]", | |
| 24 "name": "Get project 'build' config 'recipes.cfg'" | 22 "name": "Get project 'build' config 'recipes.cfg'" |
| 25 }, | 23 }, |
| 26 { | 24 { |
| 27 "name": "$result", | 25 "name": "$result", |
| 28 "recipe_result": null, | 26 "recipe_result": null, |
| 29 "status_code": 0 | 27 "status_code": 0 |
| 30 } | 28 } |
| 31 ] | 29 ] |
| OLD | NEW |