kubernetes-sigs / windows-testing

Containers, scripts and documentation for running Kubernetes tests with Windows nodes
Apache License 2.0
40 stars 55 forks source link

Always use same location for kubeconfig #399

Closed jsturtevant closed 1 year ago

jsturtevant commented 1 year ago

the serial slow jobs are failing due to not finding the kubeconfig. It appears one of the scripts moves a directory but doesn't traverse back. We can fix this and avoid it in the future by using kubeconfig in well know location.

/sig windows /assign @marosset

jsturtevant commented 1 year ago

this should fix failures like https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-capz-1-26-windows-serial-slow/1704932710394368000

/assign @aravindhp

jsturtevant commented 1 year ago

yes, we override it in the PROW jobs, so just bumping it here to keep it simi-upto date. example: https://github.com/kubernetes/test-infra/blob/293bdb865275609b1d5f8878026aaafb47409e8c/config/jobs/kubernetes-sigs/sig-windows/release-master-windows-presubmits.yaml#L74

k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aravindhp, jsturtevant

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/windows-testing/blob/master/OWNERS)~~ [jsturtevant] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment