Skip to content

Commit

Permalink
[ews] Increase pass percentage threshold for considering pre-existing…
Browse files Browse the repository at this point in the history
… failure using results database

https://bugs.webkit.org/show_bug.cgi?id=248970
rdar://103143262

Reviewed by Jonathan Bedard and Geoffrey Garen.

* Tools/CISupport/ews-build/results_db.py:
(ResultsDatabase):

Canonical link: https://commits.webkit.org/257587@main
  • Loading branch information
aj062 committed Dec 8, 2022
1 parent 0893db1 commit 28e425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CISupport/ews-build/results_db.py
Expand Up @@ -33,7 +33,7 @@ class ResultsDatabase(object):
# TODO: Support more suites (Note, the API we're talking to already does)
SUITE = 'layout-tests'
PERCENT_THRESHOLD = 10
PERECENT_SUCCESS_RATE_FOR_PRE_EXISTING_FAILURE = 50
PERECENT_SUCCESS_RATE_FOR_PRE_EXISTING_FAILURE = 80
CONFIGURATION_KEYS = [
'architecture',
'platform',
Expand Down

0 comments on commit 28e425e

Please sign in to comment.