taskotron: fix out-dated result outcomes in fetch_activity

This commit is contained in:
Martin Krizek 2017-04-24 07:07:28 +00:00
parent 3f5088f45b
commit 563bcf5d0e

View file

@ -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):