Skip to content

Commit

Permalink
Add one more bisection request call site
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed May 28, 2024
1 parent 64da04c commit 2e9cf16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def _save_fixed_range(testcase_id, min_revision, max_revision):
data_handler.update_progression_completion_metadata(
testcase, max_revision, message=f'fixed in range r{testcase.fixed}')
_write_to_bigquery(testcase, min_revision, max_revision)
bisection.request_bisection(testcase)


def _store_testcase_for_regression_testing(
Expand Down

0 comments on commit 2e9cf16

Please sign in to comment.