mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:29:32 +00:00
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:
committed by
Brad Davidson
parent
7c552f89c8
commit
cd4be0b8c1
16
tests/integration/startup/testdata/agnhost.yaml
vendored
Normal file
16
tests/integration/startup/testdata/agnhost.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user