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

Unified Diff: appengine/findit/build-failure-analysis.yaml

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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/findit/app.yaml ('k') | appengine/findit/common/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/build-failure-analysis.yaml
diff --git a/appengine/findit/build-failure-analysis.yaml b/appengine/findit/build-failure-analysis.yaml
deleted file mode 100644
index 1ed6ff9ff3b2f9d4bb98a5b57728a7df2f6a0e1d..0000000000000000000000000000000000000000
--- a/appengine/findit/build-failure-analysis.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-application: findit-for-waterfall
-module: build-failure-analysis
-version: 1
-runtime: python27
-api_version: 1
-threadsafe: true
-instance_class: B2
-basic_scaling:
- max_instances: 10
- idle_timeout: 20m
-
-handlers:
-- url: /robots.txt
- static_files: robots.txt
- upload: robots.txt
-
-# Handler for the request process queue.
-- url: /trigger-analyses
- script: main.backend_application
- secure: always
-
-# Pipeline handler.
-- url: /_ah/pipeline(/.*)?
- script: "pipeline_wrapper.pipeline_handlers._APP"
- secure: always
-
-skip_files:
-- ^(.*/)?#.*#$
-- ^(.*/)?.*~$
-- ^(.*/)?.*\.py[co]$
-- ^(.*/)?.*_test\.py$
-- ^(.*/)?tests\.py$
-- ^(.*/)?\..*$
-- ^(.*/)?.*\.md$
-- ^(.*/)?README$
-- ^(.*/)?Makefile$
-- ^(.*/)?util_scripts/.*$
-
-libraries:
-- name: webapp2
- version: latest
-- name: jinja2
- version: latest
-- name: pycrypto
- version: latest
-- name: endpoints
- version: 1.0
« no previous file with comments | « appengine/findit/app.yaml ('k') | appengine/findit/common/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698