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

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

Issue 2064453002: add recipe continuous builders for each repo with recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix presubmit Created 4 years, 6 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
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 "--attempts", 10 "--attempts",
(...skipping 13 matching lines...) Expand all
24 "3" 24 "3"
25 ], 25 ],
26 "name": "Get project 'build' config 'recipes.cfg'" 26 "name": "Get project 'build' config 'recipes.cfg'"
27 }, 27 },
28 { 28 {
29 "name": "$result", 29 "name": "$result",
30 "recipe_result": null, 30 "recipe_result": null,
31 "status_code": 0 31 "status_code": 0
32 } 32 }
33 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698