-
Notifications
You must be signed in to change notification settings - Fork 68
Add VM image build configuration for fedora 36 #759
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,3 +103,27 @@ jobs: | |
| - fedora-latest # branched version, rawhide updates are created automatically | ||
| - fedora-stable | ||
| - epel-9 | ||
|
|
||
| # vm image build | ||
| - job: copr_build | ||
| trigger: pull_request | ||
| targets: | ||
| - fedora-36-x86_64 | ||
| - fedora-37-x86_64 | ||
| project: vm-image-ogr-demo | ||
| identifier: vm-image-demo | ||
|
|
||
| - job: vm_image_build | ||
| trigger: pull_request | ||
| copr_chroot: fedora-36-x86_64 | ||
| owner: packit | ||
| project: vm-image-ogr-demo | ||
| image_customizations: | ||
| packages: [python3-ogr] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you actually need this, if the image is generated from the Copr build?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you mean specify the package? I think yes but @TomasTomecek knows this better than me.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup, the package. Agreed with you :D Though I'd expect this to be automatically installed because of the Copr build
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes we need this right now. I guess we could default to all binary RPMs produced by the latest build though we don't have a mechanism right now for that. Hence it's explicit like this. |
||
| image_distribution: fedora-36 | ||
| image_request: | ||
| architecture: x86_64 | ||
| image_type: aws | ||
| upload_request: | ||
| type: aws | ||
| options: {} | ||