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

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

Issue 1058893004: Rietveld schedules builds on buildbucket (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 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
OLDNEW
1 application: chromiumcodereview-hr 1 application: chromiumcodereview-hr
2 version: use-version-arg 2 version: use-version-arg
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: false 5 threadsafe: false
6 6
7 default_expiration: 7d # This is good for images, which never change 7 default_expiration: 7d # This is good for images, which never change
8 8
9 # The commented "secure: always" handler can't be enabled for appspot.com 9 # The commented "secure: always" handler can't be enabled for appspot.com
10 # applications with a custom domain, since GAE doesn't support HTTPS on custom 10 # applications with a custom domain, since GAE doesn't support HTTPS on custom
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 - warmup 58 - warmup
59 59
60 libraries: 60 libraries:
61 - name: django 61 - name: django
62 version: 1.4 62 version: 1.4
63 - name: webapp2 63 - name: webapp2
64 version: 2.5.2 64 version: 2.5.2
65 65
66 env_variables: 66 env_variables:
67 DJANGO_SETTINGS_MODULE: 'settings' 67 DJANGO_SETTINGS_MODULE: 'settings'
68
69 skip_files:
70 - README
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698