You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using packit as multi-repo instead of external projects. The issue would be that it becomes ambiguous that the main .packit.yaml is only for testing and not for packaging
The text was updated successfully, but these errors were encountered:
Yeah, I was thinking again lately on how to do that.
One possibility would be to run tmt itself, but the issue is that these plans are assuming packit environment so that they have /var/share/test-artifacts/*
Second option would be to have 1 or multiple package projects in the .packit.yaml that we run the tests on. Would be tricky because we would want to store some spec files with known warning, errors, etc.
Third option would be to call packit commands on arbitrary repos. That one is almost possible with the work on https://github.com/LecrisUT/packit-actions/pulls, the only missing part is calling a packit test as the equivalent of /packit test. I am currently stuck and authentication for that step
It could be possible to just use the same repo to test the plans, but it would not cover different variants. Waiting on feedback from:
At minimum there needs to be a few plans implemented:
trigger_copr_build
#4 so that we get artifacts of an example copr projectConsiderations:
.packit.yaml
is only for testing and not for packagingThe text was updated successfully, but these errors were encountered: