-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1763188 - Add Snap support using TC builds #1450
base: main
Are you sure you want to change the base?
Conversation
55f2d73
to
b03c395
Compare
0384a85
to
e9c2fa1
Compare
b89c008
to
61cd39e
Compare
32409cc
to
9a10b92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. Looking good, this is the first pass, I have a few more comments that I need to dig more into mainly for launchers.py
.
mozregression/bisector.py
Outdated
def __init__(self, **kwargs): | ||
super(IntegrationHandler, self).__init__(**kwargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is redundant. SnapHandler
automatically inherits from IntegrationHandler
and there is no additional functionality added here.
@@ -616,3 +624,175 @@ def cleanup(self): | |||
# always remove tempdir | |||
if self.tempdir is not None: | |||
remove(self.tempdir) | |||
|
|||
|
|||
# Should this be part of mozrunner ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to dig into this a little more, there might be a better place for this but will let you know on the second pass.
9a10b92
to
7c974ee
Compare
Bad discovery: installing an older version gets updated anyway, even blocking snap refreshes: https://bugs.launchpad.net/snapd/+bug/2039052:
|
25ca7f4
to
653740e
Compare
653740e
to
9d8d3c8
Compare
No description provided.