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

OCPBUGS-14561: Prevent ci/prow/versions from failing on PR against release-xxx #1969

Merged
merged 2 commits into from Jun 5, 2023

Commits on May 25, 2023

  1. MON-3173: Remove INTERACTIVE mode from hack/generate-versions.sh to s…

    …implify.
    
    Make hack/generate-versions.sh do nothing on PR that are not against the main branch as the components versions are only updated on the main branch (on release-xx branches, components kepp their versions when fixed)
    
    Add a 'make check-versions' target to run the versions check. CI jobs will be updated to use this.
    machine424 committed May 25, 2023
    Copy the full SHA
    df2483b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Fix versions CI job by using the latest versions downstream

    The versions in jsonnet/versions.yaml are only used as metadata (added as Kube labels)
    CMO is already using the appropriate versions from downstream.
    
    The thanos downgrade is justified, see openshift/thanos#112
    for more details.
    
    Signed-off-by: Ayoub Mrini <amrini@redhat.com>
    machine424 committed May 30, 2023
    Copy the full SHA
    3660984 View commit details
    Browse the repository at this point in the history