Fix the kubeadm upgrade test jobs #1230
Labels
area/test
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
The upgrade tests are facing a multitude of problems.
https://k8s-testgrid.appspot.com/sig-cluster-lifecycle-all
1 ginkgo is not skipping 3 tests that we want skipped:
https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-cluster-lifecycle/kubeadm-upgrade.yaml#L157
can't tell if this is a kube-test vs ginkgo vs e2e framework bug.
2 kubernetes-anywhere 's paths in the e2e framework for old branches is bogus after we switched to pulling branches instead of specific commits in prow jobs:
kubernetes/kubernetes#70894
kubernetes/kubernetes#70895
3 we have actual failures in the
[master-upgrade]
tests:https://gubernator.k8s.io/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-kubeadm-gce-upgrade-stable-master/2831#master-upgrade-sig-cluster-lifecycle-master-upgrade
this PR:
#1224
and the two cherry picks above might fix these.
cc @timothysc @fabriziopandini
cc @kubernetes/sig-cluster-lifecycle
/assign
/kind failing-test
/priority important-longterm
/area testing
The text was updated successfully, but these errors were encountered: