-
Notifications
You must be signed in to change notification settings - Fork 38
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
Introduce support for packit builds #488
Conversation
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
/packit build |
3e7be5a
to
2c73aa1
Compare
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
f3922f3
to
607c1a3
Compare
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
6757445
to
9c6b31f
Compare
/packit test |
b67f498
to
705877b
Compare
9ff6870
to
73dc78a
Compare
/packit test |
d29cf9f
to
68780ee
Compare
/packit build |
/packit test |
/packit build |
/packit test |
1 similar comment
/packit test |
e30a657
to
c28e213
Compare
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
Passing `--arch` parameter to `podman build` in `tests/scripts/tests-setup.sh` is no longer needed after eclipse-bluechi#441 being merged. Signed-off-by: Martin Perina <mperina@redhat.com>
- Adapt our RPM build scripts to be usable in packit - Add support to build RPMs for the most important architectures when PR is added/updated - Add support to build RPMs for all supported platforms and save produced RPMs into our COPR repository Fixes: eclipse-bluechi#452 Signed-off-by: Martin Perina <mperina@redhat.com>
- Adapt our integration tests to be executable by packit in the testing farm - Add support to execute integration tests after RPMs are built when PR is added/updated Fixes: eclipse-bluechi#452 Signed-off-by: Martin Perina <mperina@redhat.com>
Introduces ability to build RPMs using packit and run integration tests within testing farm.
Current Github CI to build RPMs and run integrations tests will be remove in follow up PR.
Fixes: #452