konflux-ci / qe-tools

Contains various useful commands for processing test data
Apache License 2.0
0 stars 9 forks source link

Auto create new image for periodic jobs #106

Open srivickynesh opened 4 months ago

srivickynesh commented 4 months ago

We manually build images to push to Quay for periodic jobs #28 is the dockerfile. We want to automatically push images to the quay for every new PR merge using GH actions. Here is the repo to push the images. This image is used in the post_cleanup step to capture the failure results.

Dannyb48 commented 4 months ago

@srivickynesh is there a JIra for this?

srivickynesh commented 4 months ago

Yes. KFLUXBUGS-1157

psturc commented 4 months ago

FYI there's a plan to onboard qe-tools to openshift-ci. It would make sense to use it to perform automatic releases of new container image versions to quay.io or eventually use Konflux CI.

But as a short-term plan using GH actions for that is fine IMO

tnevrlka commented 4 months ago

The issue is now being tracked as part of KONFLUX-2404