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

Unified Diff: appengine/findit/model/crash/crash_config.py

Issue 2356673002: [Findit] Add cracas config in config page. (Closed)
Patch Set: Created 4 years, 3 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/handlers/crash/crash_config.py ('k') | appengine/findit/templates/crash/crash_config.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/crash/crash_config.py
diff --git a/appengine/findit/model/crash/crash_config.py b/appengine/findit/model/crash/crash_config.py
index e30dd68c95a0d061e67dde044f4e9deb2654f695..07ea30962fd9697eb472b1c6d28fbb3a2613d6ab 100644
--- a/appengine/findit/model/crash/crash_config.py
+++ b/appengine/findit/model/crash/crash_config.py
@@ -28,6 +28,15 @@ class CrashConfig(VersionedConfig):
# }
fracas = ndb.JsonProperty(indexed=False, default={})
+ # Cracas-specific parameters.
+ # {
+ # "analysis_result_pubsub_topic": "projects/project-name/topics/name",
+ # "supported_platform_list_by_channel": {
+ # "canary": ["win", "mac"],
mmandlis 2016/09/20 17:33:56 why is only "win" and "mac" supported? what is pre
Sharu Jiang 2016/09/20 18:02:57 This comment is an example of what cracas config l
stgao 2016/09/20 18:07:12 nit: make it clear that it is an example of the co
Sharu Jiang 2016/09/20 20:45:07 Done.
+ # },
+ # }
+ cracas = ndb.JsonProperty(indexed=False, default={})
+
################## Settings shared by Fracas/Clusterfuzz. ##################
# Project classifier settings:
# {
« no previous file with comments | « appengine/findit/handlers/crash/crash_config.py ('k') | appengine/findit/templates/crash/crash_config.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698