Skip to content

Commit

Permalink
Merge pull request #20970 from jsturtevant/windows-120-ignore-schedul…
Browse files Browse the repository at this point in the history
…erpredicates

Ignore Linux only test (uses hostnetwork)
  • Loading branch information
k8s-ci-robot authored Feb 23, 2021
2 parents 1f80ebb + d0fdd91 commit c539d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ periodics:
- --aksengine-win-binaries
- --aksengine-deploy-custom-k8s
# Specific test args
- --test_args=--node-os-distro=windows --ginkgo.focus=(\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-autoscaling\].\[Feature:HPA\]|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\]) --ginkgo.skip=\[LinuxOnly\]
- --test_args=--node-os-distro=windows --ginkgo.focus=(\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-autoscaling\].\[Feature:HPA\]|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\]) --ginkgo.skip=\[LinuxOnly\]|\[sig-scheduling\].SchedulerPredicates.\[Serial\].validates.that.there.is.no.conflict.between.pods.with.same.hostPort
- --ginkgo-parallel=1
securityContext:
privileged: true
Expand Down

0 comments on commit c539d36

Please sign in to comment.