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

Unified Diff: appengine/findit/common/waterfall/failure_type.py

Issue 1886673002: [Findit] Differentiate compile failures and test failures. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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/common/constants.py ('k') | appengine/findit/model/test/wf_analysis_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/waterfall/failure_type.py
diff --git a/appengine/chromium_cq_status/handlers/test/__init__.py b/appengine/findit/common/waterfall/failure_type.py
similarity index 74%
copy from appengine/chromium_cq_status/handlers/test/__init__.py
copy to appengine/findit/common/waterfall/failure_type.py
index ca3e206fdd8f2b8e5facc81da817abd7d2ca143e..f2b7a772d0c6fc69c7018a6eef65cedaf65b2b48 100644
--- a/appengine/chromium_cq_status/handlers/test/__init__.py
+++ b/appengine/findit/common/waterfall/failure_type.py
@@ -1,3 +1,8 @@
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
+UNKNOWN = 0x00
+INFRA = 0x01
+COMPILE = 0x08
+TEST = 0x10
« no previous file with comments | « appengine/findit/common/constants.py ('k') | appengine/findit/model/test/wf_analysis_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698