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

Side by Side Diff: appengine/swarming/app.yaml

Issue 1926443003: swarming: read configs from luci-config (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: changed logging levels Created 4 years, 7 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
« no previous file with comments | « appengine/components/components/config/remote.py ('k') | appengine/swarming/cron.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: swarmingserver 1 application: swarmingserver
2 module: default 2 module: default
3 version: 1 3 version: 1
4 runtime: python27 4 runtime: python27
5 api_version: 1 5 api_version: 1
6 threadsafe: true 6 threadsafe: true
7 7
8 instance_class: F4 8 instance_class: F4
9 automatic_scaling: 9 automatic_scaling:
10 min_idle_instances: 2 10 min_idle_instances: 2
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 builtins: 73 builtins:
74 - deferred: on 74 - deferred: on
75 - remote_api: on 75 - remote_api: on
76 76
77 inbound_services: 77 inbound_services:
78 - mail 78 - mail
79 - warmup 79 - warmup
80 80
81 includes: 81 includes:
82 - components/auth 82 - components/auth
83 - components/config
83 - components/ereporter2 84 - components/ereporter2
84 - components/static_third_party.yaml 85 - components/static_third_party.yaml
85 - gae_ts_mon 86 - gae_ts_mon
86 87
87 libraries: 88 libraries:
88 - name: endpoints 89 - name: endpoints
89 version: "1.0" 90 version: "1.0"
90 - name: pycrypto 91 - name: pycrypto
91 version: "2.6" 92 version: "2.6"
92 - name: webapp2 93 - name: webapp2
(...skipping 15 matching lines...) Expand all
108 - .+\.orig$ 109 - .+\.orig$
109 - .+\.rej$ 110 - .+\.rej$
110 - .+\.zip$ 111 - .+\.zip$
111 - ^(.*/)?#.*# 112 - ^(.*/)?#.*#
112 - .+~ 113 - .+~
113 - .+\.py[co] 114 - .+\.py[co]
114 # Doc, readme and license. 115 # Doc, readme and license.
115 - ^doc/ 116 - ^doc/
116 - ^[A-Z]+$ 117 - ^[A-Z]+$
117 - ^[A-Z]+\.[a-z]+$ 118 - ^[A-Z]+\.[a-z]+$
OLDNEW
« no previous file with comments | « appengine/components/components/config/remote.py ('k') | appengine/swarming/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698