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

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

Issue 2419613002: Add basic swarming UI tests
Patch Set: Make sure symlink isn't followed for uploading Created 4 years, 1 month 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/ui/.gitignore » ('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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 - ui/node_modules/ 131 - ui/node_modules/
132 - ui/bower_components/
132 - ui/res/imp/bower_components/ 133 - ui/res/imp/bower_components/
OLDNEW
« no previous file with comments | « no previous file | appengine/swarming/ui/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698