Skip to content

Commit

Permalink
update status contexts (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Oct 3, 2024
1 parent 3f6bf70 commit fd4c99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brainscore_vision/submission/actions_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ def send_failure_email(email: str, pr_number: str, mail_username: str, mail_pass
statuses_json = get_data(f"{BASE_URL}/statuses/{pr_head}")

results_dict = {'travis_pr_result': get_statuses_result('continuous-integration/travis', statuses_json),
'jenkins_plugintests_result': get_statuses_result('Brain-Score Jenkins CI - plugin tests', statuses_json),
'jenkins_unittests_result': get_statuses_result('Brain-Score Jenkins CI', statuses_json)}
'jenkins_plugintests_result': get_statuses_result('Brain-Score Plugins Unit tests (AWS Jenkins, AWS Execution)', statuses_json),
'jenkins_unittests_result': get_statuses_result('Brain-Score Non-Plugin Unit tests (AWS Jenkins, AWS Execution)', statuses_json)}

tests_pass = are_all_tests_passing(results_dict)
tests_fail = any_tests_failing(results_dict)
Expand Down

0 comments on commit fd4c99c

Please sign in to comment.