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

Disable grub-boot-success in RHEL 9 edge commits to fix greenboot interference #51

Merged
merged 5 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. Schutzfile: trim to fedora-38

    We only test on Fedora 38.  Remove all the other distro specifications.
    We can bring them back when we need them again.
    achilleas-k committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f60e002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401a37e View commit details
    Browse the repository at this point in the history
  3. schutzbot: set up osbuild repo for commit

    New script for setting up high priority repository for installing an
    osbuild RPM built from a specific commit for testing against versions
    before they're released.
    achilleas-k committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0d09ae9 View commit details
    Browse the repository at this point in the history
  4. osbuild/systemd-unit: add user service dropin

    The stage is modified to add dropin file for user service this is
    achieved by adding a unit-type which can be set to system or
    global.Seperate struct is created for the unit section parameters
    accepted by systemd.
    Relevant testing added.
    
    Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
    say-paul committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    49d1c5c View commit details
    Browse the repository at this point in the history
  5. rhel9: add dropin to disable grub timer

    This will disable the grub-boot-success timer if greenboot exists to
    ensure greenboot functions correctly and the timer does not modify the
    boot_success flag when a ssh session persists for more than 2 min. This
    customization is added to containerImage and edgeCommitImage.
    
    Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
    say-paul committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ad4db28 View commit details
    Browse the repository at this point in the history