-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
test: Drop rhel-8* from supported OSes, fix for ruff 0.3.1 (fixes failing "tox" test) #20149
Conversation
That doesn't work any more, RHEL 8 testing now happens on the `rhel-8` branch.
Ah, the tox failure is due to new ruff 0.3.1, similar to what I just fixed in cockpit-project/bots#6035 . I'll fix it here. |
ruff 0.3.1, which now runs in our "tox" test, and which we will get with the next tasks container refresh), starts complaining about some .format() usages.
The /devel failure is a flake, but only in the 2nd retry. But primarily it is a failure with job-runner to upload coverage attachment, see cockpit-project/bots#6042 . This doesn't need to block landing this PR. |
Re-running, as the "directory attachments" fix landed. |
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.
Just out of curiosity: was that a case of --fix
or did you do it?
@allisonkarlitskaya I did it manually. I tried |
That doesn't work any more, RHEL 8 testing now happens on the
rhel-8
branch.This is primarily an excuse to work out our shiny new job-runner CI.