Skip to content

Commit

Permalink
Run confirmance test in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 1, 2019
1 parent b7db672 commit bb0b8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Run e2e tests
no_output_timeout: 200m
command: |
e2e.test --provider=local --kubeconfig=$(kind get kubeconfig-path --name="kind") --ginkgo.focus "Networking.Granular" --ginkgo.skip "windows"
e2e.test --provider=local --kubeconfig=$(kind get kubeconfig-path --name="kind") --ginkgo.focus "\[Conformance\]" --ginkgo.skip "Alpha|Kubectl|\[(Disruptive|Feature:[^\]]+|Flaky)\]"
e2e_ipv6:
machine:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
kubectl wait --timeout=60s --for condition=Ready -l run=my-google pods
kubectl wait -n kube-system --for=condition=Ready -l k8s-app=kube-dns pods
# Run e2e tests
e2e.test --provider=local --kubeconfig=$(kind get kubeconfig-path --name="kind") --ginkgo.focus "Networking.Granular" --ginkgo.skip "windows"
e2e.test --provider=local --kubeconfig=$(kind get kubeconfig-path --name="kind") --ginkgo.focus "\[Conformance\]" --ginkgo.skip "Alpha|Kubectl|\[(Disruptive|Feature:[^\]]+|Flaky)\]"
workflows:
version: 2
Expand Down

0 comments on commit bb0b8b9

Please sign in to comment.