Skip to content

Commit

Permalink
Merge pull request #21000 from olemarkus/1-20-consistency
Browse files Browse the repository at this point in the history
Make the 1.20 pre-submit and 1.20 periodic suite skip the same tests
  • Loading branch information
k8s-ci-robot authored Feb 24, 2021
2 parents 8a51e1a + 9dbf340 commit b1e4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/kops-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ presubmits:
- --kops-args=--container-runtime=docker
- --kops-priority-path=/home/prow/go/src/k8s.io/kops/kubernetes/platforms/linux/amd64
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler
- --timeout=55m
# docker-in-docker needs privileged mode
securityContext:
Expand Down

0 comments on commit b1e4ceb

Please sign in to comment.