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

Commits on Jan 23, 2024

  1. test: generate *all* manifests

    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.
    achilleas-k committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f479d8b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fedora: exclude perl only on x86_64 and aarch64

    powerpc-utils and s390utils-base require /usr/bin/perl
    achilleas-k committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9619539 View commit details
    Browse the repository at this point in the history