-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: noble support #367
feat: noble support #367
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
bugsFails on one part so far: Python 2.7 packages not being available. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@@ -49,6 +49,16 @@ buildbot-user: | |||
- user: buildbot-user | |||
- file: /srv | |||
|
|||
{# vagrant up fails due to this file not existing (see: https://github.com/python/psf-salt/pull/367#issuecomment-2218636563) #} |
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.
im not sure this is the right move, but it fixed the provisioner
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.
Notably, when I brought this up on the default, focal
, it gave the same error... So I'm more inclined to just leave this. I've not yet dug into what eventually touches this in https://github.com/python/buildmaster-config, but this shouldnt hurt much?
@@ -15,5 +15,5 @@ logourl = https://hg.python.org | |||
pygments_style = default | |||
style = hgpythonorg | |||
|
|||
[extensions] | |||
hgext.highlight = |
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.
Need to understand the impact of this - it prevented service loading for hg
because of pygments
package issue.. that may not be a big deal since this is a most old reference?
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 wonder if adding python3-pygments to the
Line 1 in 6fcd4e7
hg-deps: |
@@ -65,7 +65,6 @@ defaults | |||
balance roundrobin | |||
|
|||
timeout connect 5000 | |||
timeout client 50000 |
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.
is this removed because it is no longer supported in this haproxy version?
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.
will investigate within haproxy/lb PR, weekend brain is strong on a monday :)
I'll be cherrypicking from this and #365 as I do smaller per-service PRs and one base layer PR for noble support that is ancillary to all services |
What
Support for Ubuntu 24.04: Noble
pythontest
(in progress)Salt
Highstate succeeds on all but the 2.7 ones (expected):