| # Copyright 2019 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| application: cr-buildbucket-dev |
| version: 1 |
| runtime: python27 |
| api_version: 1 |
| threadsafe: true |
| instance_class: F4 |
| |
| handlers: |
| - url: /favicon.ico |
| static_files: static/favicon.ico |
| upload: static/favicon.ico |
| secure: always |
| |
| - url: /.* |
| script: apps.frontend |
| secure: always |
| |
| libraries: |
| - name: endpoints |
| version: "1.0" |
| - name: jinja2 |
| version: latest |
| - name: pycrypto |
| version: "2.6" |
| - name: webapp2 |
| version: "2.5.2" |
| - name: webob |
| version: "1.2.3" |
| |
| builtins: |
| - deferred: on |
| - remote_api: on |
| |
| includes: |
| - components/auth |
| - components/ereporter2 |
| |
| skip_files: |
| - ^(.*/)?.*\.(orig|rej|py[co]) |
| - ^(.*/)?#.*# |
| - ^(.*/)?.*~ |
| - ^(.*/)?\..* |
| - ^test.* |
| - ^tools.* |
| - ^[A-Z]+(\.[a-z]+)? |
| - .+\.md |