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

Unified Diff: Tools/GardeningServer/app.yaml

Issue 465233002: Store alerts in sheriff-o-matic's memcache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Simplify testing environment. Created 6 years, 4 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
Index: Tools/GardeningServer/app.yaml
diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
index 92d3e20e9192ae38703d5fe120dd2d8695d0f8e9..df5cacfe9c6bb577df57bf0088e79b319aa2a440 100644
--- a/Tools/GardeningServer/app.yaml
+++ b/Tools/GardeningServer/app.yaml
@@ -9,6 +9,9 @@ handlers:
static_files: sheriff-o-matic.html
upload: sheriff-o-matic.html
+- url: /alerts
+ script: alerts.app
+
- url: /favicon.ico
static_files: favicon.ico
upload: favicon.ico
@@ -40,9 +43,15 @@ skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
+- ^(.*/)?.*_test\.py$
+- ^(.*/)?tests\.py$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- ^(.*/)?.*\.md$
- ^(.*/)?LICENSE$
- ^(.*/)?README$
-- ^(.*/)?Makefile$
+- ^(.*/)?Makefile$
+
+libraries:
+- name: webapp2
+ version: "latest"

Powered by Google App Engine
This is Rietveld 408576698