unplugged-vendor/test/vti/test_serving/gae/worker.yaml

23 lines
343 B
YAML

runtime: python27
api_version: 1
threadsafe: true
service: worker
handlers:
- url: /.*
script: webapp.src.worker_main.app
login: admin
# [START exclude]
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- ^script/*$
- .*_test.py$
- ^(.*/)?frontend/(.*)
- ^(.*/)?\.idea/(.*)
# [END exclude]