Skip to content

Commit

Permalink
STAGING ensure no public bisection email reports are sent
Browse files Browse the repository at this point in the history
  • Loading branch information
staging-kernelci-org committed Nov 26, 2024
1 parent ef97fc3 commit cfa3d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernelci/scripts/kci_bisect_push_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def send_report(args, log_file_name, token, api):
cc = set()
for r in to:
print(" {}".format(r))
else:
raise Exception("NOT SENDING PUBLIC EMAIL REPORTS ON STAGING")

data.update({
'report_type': 'bisect',
Expand Down

0 comments on commit cfa3d8a

Please sign in to comment.