Skip to content

Commit

Permalink
focus on kube tests for this iteration of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k authored and ilackarms committed Apr 26, 2018
1 parent 8e684fd commit 32db7d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
name: Test
command: ginkgo -r -v .
environment:
RUN_CONSUL_TESTS: "1"
RUN_VAULT_TESTS: "1"
RUN_NOMAD_TESTS: "1"
# TODO: re-enabled these once we stablize
# RUN_CONSUL_TESTS: "1"
# RUN_VAULT_TESTS: "1"
# RUN_NOMAD_TESTS: "1"
RUN_KUBE_TESTS: "1"
ENVOY_IMAGE_TAG: "v0.1.6-127"

0 comments on commit 32db7d3

Please sign in to comment.