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

misc cleanup; deny reprovision tests on ppc64le/rawhide #2413

Merged
merged 5 commits into from
May 10, 2023

Commits on May 9, 2023

  1. manifests/system-configuration: drop kdump ignition.firstboot workaround

    This has made it upstream and is in Fedora and RHEL9.
    dustymabe committed May 9, 2023
    Configuration menu
    Copy the full SHA
    22f2c7e View commit details
    Browse the repository at this point in the history
  2. drop fallback hostname handling

    This is dead code that hasn't been included since F36.
    dustymabe committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1b2e76e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ac8d3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. manifests: move systemd-repart to shared manifest

    sytemd-repart is in RHEL9 so let's start masking it and testing
    it in RHCOS like we do in FCOS.
    
    As part of this I had to move the system-configuration.yaml before
    the ignition-and-ostree.yaml in the includes list because the
    postprocess in the latter deletes everything in /etc/systemd/system/.
    dustymabe committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ccd155b View commit details
    Browse the repository at this point in the history
  2. denylist: deny reprovision tests on ppc64le/rawhide

    They are failing right now. See
    coreos/fedora-coreos-tracker#1489
    
    Note that we can't really deny these tests without hitting a bug
    (feature?) in that if all tests in a kola run are denylisted kola
    will exit with an error. Therefore we add the reprovision label to
    a random test (`ext.config.boot.grub2-install`) so we'll have at
    least one test run.
    dustymabe committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7771471 View commit details
    Browse the repository at this point in the history