Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Fix bug and release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed Apr 15, 2016
1 parent 91773fb commit a38c6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mozci/mozci.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ def manual_backfill(revision, buildername, max_pushes=None, dry_run=False):
after=-1, # We don't want the current job in the revision to be included.
return_revision_list=True)

filtered_revlist = revlist
# Talos jobs are generally always green and we want to fill in all holes in a range
if 'talos' not in buildername:
filtered_revlist = _filter_backfill_revlist(buildername, revlist, only_successful=False)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='mozci',
version='0.32.0',
version='0.32.1',
packages=find_packages(),
install_requires=required,

Expand Down

0 comments on commit a38c6da

Please sign in to comment.