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

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

Issue 2269643002: Extract shared filters and aliasing code (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address nit Created 4 years, 4 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 | « no previous file | appengine/swarming/elements/Makefile » ('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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 - .+\.orig$ 121 - .+\.orig$
122 - .+\.rej$ 122 - .+\.rej$
123 - .+\.zip$ 123 - .+\.zip$
124 - ^(.*/)?#.*# 124 - ^(.*/)?#.*#
125 - .+~ 125 - .+~
126 - .+\.py[co] 126 - .+\.py[co]
127 # Doc, readme and license. 127 # Doc, readme and license.
128 - ^doc/ 128 - ^doc/
129 - ^[A-Z]+$ 129 - ^[A-Z]+$
130 - ^[A-Z]+\.[a-z]+$ 130 - ^[A-Z]+\.[a-z]+$
131 - elements/node_modules/
132 - elements/res/imp/bower_components/
OLDNEW
« no previous file with comments | « no previous file | appengine/swarming/elements/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698