Removed hardcoded 1.31 version for compatibility-versions-e2e.yaml
test and properly parameterize the n-1..3 release branch
#33573
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
Currently
config/jobs/kubernetes/sig-testing/compatibility-versions-e2e.yaml
has the hardcoded value:For selecting the emulation version and currently in
experiment/compatibility-versions/e2e-k8s-compatibility-versions.sh
the k8s branch to clone is parameterized BUT not set in ``compatibility-versions-e2e.yaml`KUBE_RELEASE_BRANCH=${KUBE_RELEASE_BRANCH:-release-1.31}
This issue tracks properly parameterizing this. See related PR comment here:
#33534 (comment)
which mentions that using https://github.com/kubernetes/test-infra/tree/master/releng/config-forker might be a good solution here
/assign @aaron-prindle
The text was updated successfully, but these errors were encountered: