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

ci-automation/vms: Export official release variable #989

Merged
merged 2 commits into from
Jul 17, 2023

Commits on Jul 17, 2023

  1. .gitignore: Ignore ci-cleanup.sh

    The ci-cleanup file gets created in ci-automation/ to remove any
    leftovers when a build gets stopped. Since it is in the git tree, git
    status sees untracked files which is a bit confusing.
    Ignore the ci-cleanup file.
    pothos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    593b62d View commit details
    Browse the repository at this point in the history
  2. ci-automation/vms: Export official release variable

    The official release variable is used to decide whether a build ID gets
    appended to the FLATCAR_VERSION (or VERSION in os-release) or not. It
    was set for the image job but not for the vms job, causing the
    build_sysext script to get the build ID appended to the FLATCAR_VERSION
    which causes a mismatch with the one from the image job.
    Set the official release variable in the vms job as well.
    pothos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    095ab23 View commit details
    Browse the repository at this point in the history