Skip to content

Commit fc153d2

Browse files
committed
Give test binary the knowledge that the clusters we bring up are on cos image for test skipping
1 parent 6e8691f commit fc153d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/k8s-integration/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ func runTestsWithConfig(pkgDir, k8sDir, gceZone, testFocus, testConfigArg string
319319
"--",
320320
reportArg,
321321
"-provider=gce",
322+
"-node-os-distro=cos",
322323
fmt.Sprintf("-gce-zone=%s", gceZone),
323324
testConfigArg)
324325

0 commit comments

Comments
 (0)