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

Generate *all* manifests in CI #396

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Conversation

achilleas-k
Copy link
Member

@achilleas-k achilleas-k commented Jan 23, 2024

Since we were only testing x86_64 and aarch64, the manifests for ppc64le and s390x were never being generated in CI.
Adding new jobs, generated by the same configure-generators script, that just generate these manifests in a new type of child pipeline: generate-manifests-{distro}-{arch}.
These jobs all run on x86_64, but we separate them per distro-arch so they can run in parallel. The goal is to ensure that at least the manifest generation works for these architectures and the package sets resolve, even if we don't test that they actually build.


Removed the perl and perl-interpreter exclusions from iot-bootable-container for ppc64le and s390x because /usr/bin/perl is required by powerpc-utils and s390utils-base.

Since we were only testing x86_64 and aarch64, the manifests for ppc64le
and s390x were never being generated in CI.
Adding new jobs, generated by the same configure-generators script, that
just generate these manifests in a new type of child pipeline:
generate-manifests-{distro}-{arch}.
These jobs all run on x86_64, but we separate them per distro-arch so
they can run in parallel.  The goal is to ensure that at least the
manifest generation works for these architectures and the package sets
resolve, even if we don't test that they actually build.
powerpc-utils and s390utils-base require /usr/bin/perl
Copy link
Contributor

@bcl bcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, I see s390 and ppc64le in Schutzbot's logs now.

@ondrejbudai ondrejbudai added this pull request to the merge queue Jan 26, 2024
Merged via the queue into osbuild:main with commit ebb173d Jan 26, 2024
10 checks passed
@achilleas-k achilleas-k deleted the all-manifests branch January 26, 2024 11:26
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.

3 participants