Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: scripts/slave/recipe_modules/luci_config/example.expected/auth_token.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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]",
14 "name": "Get luci-config projects" 13 "name": "Get luci-config projects"
15 }, 14 },
16 { 15 {
17 "cmd": [ 16 "cmd": [
18 "python", 17 "python",
19 "-u", 18 "-u",
20 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 19 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
21 "https://luci-config.appspot.com//_ah/api/config/v1/config_sets/projects%2 Fbuild%2Frefs%2Fheads%2Fmaster/config/recipes.cfg", 20 "https://luci-config.appspot.com//_ah/api/config/v1/config_sets/projects%2 Fbuild%2Frefs%2Fheads%2Fmaster/config/recipes.cfg",
22 "--outfile", 21 "--outfile",
23 "/path/to/tmp/", 22 "/path/to/tmp/",
24 "--headers-json", 23 "--headers-json",
25 "{\"Authorization\": \"Bearer ya2930948320948203480=\"}" 24 "{\"Authorization\": \"Bearer ya2930948320948203480=\"}"
26 ], 25 ],
27 "cwd": "[SLAVE_BUILD]",
28 "name": "Get project 'build' config 'recipes.cfg'" 26 "name": "Get project 'build' config 'recipes.cfg'"
29 }, 27 },
30 { 28 {
31 "name": "$result", 29 "name": "$result",
32 "recipe_result": null, 30 "recipe_result": null,
33 "status_code": 0 31 "status_code": 0
34 } 32 }
35 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698