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

Unified Diff: dashboard/dashboard/bisect_fyi_test.py

Issue 1566013002: Add support for bisect bots to post results to dashboard. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase 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 | « dashboard/dashboard/bisect_fyi.py ('k') | dashboard/dashboard/bisect_report.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/bisect_fyi_test.py
diff --git a/dashboard/dashboard/bisect_fyi_test.py b/dashboard/dashboard/bisect_fyi_test.py
index 6d95c7200a3c70dbf11a42e754c685d60cd13bef..6187f1879ac4efad88ed2d30a4ed0d5aa6676f34 100644
--- a/dashboard/dashboard/bisect_fyi_test.py
+++ b/dashboard/dashboard/bisect_fyi_test.py
@@ -30,9 +30,8 @@ TEST_FYI_CONFIGS = {
'test_type': 'perf'
},
'expected_results': {
- 'status': 'Status: Positive',
- 'culprit': 'Commit : 2a1781d64d',
- 'job_banner': '= BISECT JOB RESULTS =',
+ 'status': ['completed'],
+ 'culprit_data': {'cl': ['2a1781d64d']},
}
},
'early_abort': {
@@ -51,9 +50,7 @@ TEST_FYI_CONFIGS = {
'test_type': 'perf'
},
'expected_results': {
- 'status': '',
- 'culprit': '',
- 'job_banner': '= BISECTION ABORTED =',
+ 'status': ['aborted'],
}
},
}
« no previous file with comments | « dashboard/dashboard/bisect_fyi.py ('k') | dashboard/dashboard/bisect_report.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698