taskotron: fix out-dated result outcomes in fetch_activity
This commit is contained in:
parent
3f5088f45b
commit
563bcf5d0e
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ from urlparse import urljoin
|
|||
|
||||
import resultsdb_api
|
||||
|
||||
# taken from http://docs.resultsdb.apiary.io/#post-%2Fapi%2Fv1.0%2Fresults
|
||||
# taken from http://docs.resultsdb20.apiary.io
|
||||
OKAYISH = ["PASSED", "INFO"]
|
||||
FAILISH = ["FAILED", "ERROR", "WAIVED", "NEEDS_INSPECTION"]
|
||||
FAILISH = ["FAILED", "NEEDS_INSPECTION"]
|
||||
|
||||
|
||||
def main(resultsdb_url, frontend_url, timeparam):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue