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