Skip to content

Commit

Permalink
Disable 1.9 e2e for now.
Browse files Browse the repository at this point in the history
There seem to be flakes, concerning the multi-node config in particular.
  • Loading branch information
Ivan Shvedunov committed Jul 31, 2018
1 parent 6560896 commit 36d11e7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ jobs:
e2e_multi_cni:
<<: *e2e

e2e_1_9:
<<: *e2e
# e2e_1_9:
# <<: *e2e

e2e_1_10:
<<: *e2e
Expand Down Expand Up @@ -469,13 +469,13 @@ workflows:
tags:
only:
- /^v[0-9].*/
- e2e_1_9:
requires:
- build
filters:
tags:
only:
- /^v[0-9].*/
# - e2e_1_9:
# requires:
# - build
# filters:
# tags:
# only:
# - /^v[0-9].*/
- e2e_1_10:
requires:
- build
Expand All @@ -498,7 +498,7 @@ workflows:
- e2e_flannel
- e2e_weave
- e2e_multi_cni
- e2e_1_9
# - e2e_1_9
- e2e_1_10
- integration
filters:
Expand Down

0 comments on commit 36d11e7

Please sign in to comment.