Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/numpy-1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Mar 24, 2020
2 parents 8eae3ec + 81a30e6 commit 76a309e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auto_nag/scripts/uplift_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def bug_handler(bug, data):

bugs_without_regr = {}
for bugid, info in bugs.items():
regs = set(info["regression"])
regs = set(info["regressions"])
regs = regs - fixed_bugs
if not regs:
bugs_without_regr[bugid] = info
Expand Down
6 changes: 3 additions & 3 deletions runauto_nag_daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ python -m auto_nag.scripts.component --frequency daily
# Try to detect potential wrong bug types using bugbug
python -m auto_nag.scripts.defectenhancementtask

# Try to detect potential missing Has STR using bugbug
python -m auto_nag.scripts.stepstoreproduce

# Send a mail if the logs are not empty
# MUST ALWAYS BE THE LAST COMMAND
python -m auto_nag.log --send

# Try to detect potential missing Has STR using bugbug
python -m auto_nag.scripts.stepstoreproduce

deactivate

if [ "$errored" = true ] ; then
Expand Down

0 comments on commit 76a309e

Please sign in to comment.