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: the release-v3.10 branch needs Kubernetes 1.28 jobs #4295

Merged
merged 2 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. ci: the release-v3.10 branch needs Kubernetes 1.28 jobs

    With Ceph-CSI v3.10 we do not test Kubernetes 1.25 anymore, and we
    expect Kubernetes 1.28 to be used.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5f02ec7 View commit details
    Browse the repository at this point in the history
  2. ci: use regex comparing ~= for release-v* branch checking

    It seems that `base=release-v*` does not match the `release-v3.10`
    branch for some reason. Maybe a Mergify update requires stricter
    checking of strings, and only allows the `~=` operator for regular
    expressions now?
    
    Regular expressions like `base~=^(devel)|(release-.+)$` seem to match
    for `release-3.10`, so let's use that notation everywhere.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f7e8093 View commit details
    Browse the repository at this point in the history