Skip to content

Commit

Permalink
Bug 1301021 - update taskcluster version for mozregression
Browse files Browse the repository at this point in the history
* Bump dependency (original patch from Al Tsai <kuang.con@gmail.com>)
* Update fetch_build_info for API changes
  • Loading branch information
wlach committed Sep 7, 2016
1 parent 879454a commit 825ba12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions mozregression/fetch_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,11 @@ def find_build_info(self, push):
meth = self.queue.buildSignedUrl
build_url = meth(
'getArtifact',
task_id,
run_id,
a['name']
replDict={
'taskId': task_id,
'runId': run_id,
'name': a['name']
}
)
break
if build_url is None:
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ def run_tests(self):
'redo',
# require mozdevice 0.47 because 0.48 requires rooted devices
'mozdevice == 0.47',
# later taskcluster versions seem not to work, see:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1265498
'taskcluster == 0.0.32',
'taskcluster == 0.3.4',
'colorama',
'configobj',
]
Expand Down

0 comments on commit 825ba12

Please sign in to comment.