Skip to content
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

Add packit copr_build job on commit #4491

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,17 @@ jobs:
- centos-stream-9-x86_64
- rhel-9-x86_64

- job: copr_build
trigger: commit
branch: master
additional_repos:
- "https://download.copr.fedorainfracloud.org/results/%40pki/master/rhel-9-x86_64/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a trailing backslash here and in propose_downstream above for RHEL 9, is this needed? I don't think it's causing any problem, just being OCD 😄

- "https://download.copr.fedorainfracloud.org/results/%40pki/master/fedora-37-x86_64"
- "https://download.copr.fedorainfracloud.org/results/%40pki/master/fedora-38-x86_64"
- "https://download.copr.fedorainfracloud.org/results/%40pki/master/fedora-rawhide-x86_64"
- "https://download.copr.fedorainfracloud.org/results/%40pki/master/centos-stream-9-x86_64"
Comment on lines +50 to +54

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edewata @ckelleyRH

This should do the trick as well:

     - "copr://@pki/master"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that is much less gross than what I wrote!

targets:
- fedora-all
- centos-stream-9-x86_64
- rhel-9-x86_64