Skip to content

Commit 8156495

Browse files
authored
Merge pull request #301 from davidz627/fix/nodeDistro
Give test binary the knowledge that the clusters we bring up are on cos image for test skipping
2 parents 6e8691f + fc153d2 commit 8156495

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)