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