Conversation
|
Build succeeded. ✔️ pre-commit SUCCESS in 2m 04s |
|
Build succeeded. ✔️ pre-commit SUCCESS in 2m 10s |
What? |
|
/packit-stg test |
|
Btw, for |
ab93f1b to
abf740a
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 2m 06s |
|
/packit test |
plans/rpminspect-centos.fmf
Outdated
| - rpminspect | ||
| - rpminspect-data-centos | ||
| - how: shell | ||
| script: cd /tmp && curl -O ${PACKIT_SRPM_URL} |
There was a problem hiding this comment.
| script: cd /tmp && curl -O ${PACKIT_SRPM_URL} | |
| script: dnf download ${PACKIT_COPR_RPMS} --destdir=$TMT_PLAN_DATA |
A simpler one-liner, and then in tests, change the path accordingly. Should be more robust against future environment changes.
There was a problem hiding this comment.
actually, I think we wanted to avoid downloading the RPMs ourselves and leave this to TF itself, as looking into packit/packit.dev#607
There was a problem hiding this comment.
I am not sure I understand this. You mean to not use ${PACKIT_COPR_RPMS} or to have them available on TF by default? Would this still be reproducable locally via the testing farm link?
There was a problem hiding this comment.
This is just an alternative way how to download RPMs without changing anything else. So we should be fine with this approach.
There was a problem hiding this comment.
Maybe, the only downside might be the lack of DNF on some systems.
abf740a to
ce3cc57
Compare
|
Build failed. ❌ pre-commit FAILURE in 39s |
|
Build failed. ✔️ pre-commit SUCCESS in 1m 39s |
|
recheck |
|
Build failed. ✔️ pre-commit SUCCESS in 1m 45s |
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
TF downloads both RPMs and SRPM (rebuilt by Copr), so we can run rpminspect on all of them in one step.
8ff307c to
e1adbeb
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 2m 40s |
|
Actually things have evolved a bit here. How about using the |
just verifying packit/packit.dev#607