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

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

Issue 1692743002: chromium-cq-status: skip unnecessary files (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 10 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 | « appengine/chromium_cq_status/README ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: chromium-cq-status 1 application: chromium-cq-status
2 version: 2 2 version: 2
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 builtins: 7 builtins:
8 - remote_api: on 8 - remote_api: on
9 9
10 handlers: 10 handlers:
(...skipping 29 matching lines...) Expand all
40 script: main.app 40 script: main.app
41 41
42 libraries: 42 libraries:
43 - name: webapp2 43 - name: webapp2
44 version: latest 44 version: latest
45 - name: numpy 45 - name: numpy
46 version: latest 46 version: latest
47 47
48 includes: 48 includes:
49 - gae_ts_mon 49 - gae_ts_mon
50
51 skip_files:
52 - ^(.*/)?#.*#$
53 - ^(.*/)?.*~$
54 - ^(.*/)?.*\.py[co]$
55 - ^(.*/)?\..*$
56 - ^third_party/catapult/tracing/third_party/.*$
57 - ^third_party/catapult/tracing/test_data/.*$
OLDNEW
« no previous file with comments | « appengine/chromium_cq_status/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698