-
Notifications
You must be signed in to change notification settings - Fork 129
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
Trying to fix the CI #510
Trying to fix the CI #510
Conversation
@@ -12,7 +12,7 @@ max-line-length=120 | |||
|
|||
[tox] | |||
# sync with /.github/workflows/fedora-tox.yml | |||
envlist = py{36,37,311,312,313} |
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'd personally keep 3.6/3.9/3.12 as EPELs use those, see #509
.packit.yml
Outdated
- <<: *copr | ||
trigger: commit | ||
metadata: | ||
- epel-9-x86_64 | ||
owner: "@rpm-software-management" |
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.
Seems like you are moving the pull-request builds into the production project, not sure?
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.
Oh, you are right, that's wrong. But we need to specify the same targets for the trigger: commit
though.
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.
Because this was submitted for the last commit in the main
branch https://github.com/rpm-software-management/tito/runs/33928767738 and shouldn't have been.
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.
LGTM, thank you!
I'm just not sure this deserves four commits :-) but up to you.
No description provided.