Move Windows test out of Install Script workflow

Placing this in the install script test, which only runs when specific files are changed, was preventing it from being run on code changes.

In addition to moving this into the integration workflow, fix codecov for Windows and upload data after running a test pod.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2025-04-08 21:54:16 +00:00
committed by Brad Davidson
parent 7c552f89c8
commit cd4be0b8c1
3 changed files with 63 additions and 26 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Pod
metadata:
name: agnhost
spec:
containers:
- name: agnhost
image: registry.k8s.io/e2e-test-images/agnhost:2.53
args:
- inclusterclient
- -v=9
- --poll-interval=5
dnsConfig:
nameservers:
- 8.8.8.8
dnsPolicy: None