Skip to content
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

[rhcos-4.13] koji-upload: Change artifact used to store the rpm list #3490

Merged
merged 1 commit into from
May 31, 2023

Conversation

ravanelli
Copy link
Member

  • To store the rpm list in Brew we need to link it to an artifact, let's change it from qemu (1 GB) to the
    commitmeta.json (60 KB) due the size.
  • The rpm list is also generated from commitmeta.json, what make sense to have it instead.

Signed-off-by: Renata Ravanelli rravanel@redhat.com
(cherry picked from commit dd7315e)

 - To store the rpm list in Brew we need to link it to an
artifact, let's change it from qemu (1 GB) to the
commitmeta.json (60 KB) due the size.
 - The rpm list is also generated from commitmeta.json, what
make sense to have it instead.

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
(cherry picked from commit dd7315e)
@dustymabe
Copy link
Member

/retest-required

@cgwalters
Copy link
Member

cgwalters commented May 31, 2023

Out of curiosity what's the problem with the size in this context? Is it that the qemu image is required to upload before we can store RPM metadata?

@ravanelli
Copy link
Member Author

ravanelli commented May 31, 2023

Out of curiosity what's the problem with the size in this context? Is it that the qemu image is required to upload before we can store RPM metadata?

We are not required to upload the qemu image basically, only the rpm info (metadata), we would need to download the qemu image from S3 and download to brew, we need an artifact in brew to link the rpm list. We decided to add brew as part of the release job, in the past brew had connection issues to upload the artifacts, 1G is not that much, but if we can avoid that, would be great ;)

@ravanelli ravanelli merged commit 396ceae into coreos:rhcos-4.13 May 31, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants