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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/chromium_cq_status/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_cq_status/app.yaml
diff --git a/appengine/chromium_cq_status/app.yaml b/appengine/chromium_cq_status/app.yaml
index f47b5eefdb8a995bf2589a1c289dc267367bae02..0a03d0e7f804255ab6f9cafb63d1fe46b7d4b7ba 100644
--- a/appengine/chromium_cq_status/app.yaml
+++ b/appengine/chromium_cq_status/app.yaml
@@ -47,3 +47,11 @@ libraries:
includes:
- gae_ts_mon
+
+skip_files:
+- ^(.*/)?#.*#$
+- ^(.*/)?.*~$
+- ^(.*/)?.*\.py[co]$
+- ^(.*/)?\..*$
+- ^third_party/catapult/tracing/third_party/.*$
+- ^third_party/catapult/tracing/test_data/.*$
« 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