Browse Source

Merge pull request #631 from kubernetes-incubator/allow_failures

Allow failures for coreos/weave
pull/636/head
Bogdan Dobrelya 8 years ago
committed by GitHub
parent
commit
ddd230485b
1 changed files with 3 additions and 0 deletions
  1. 3
      .travis.yml

3
.travis.yml

@ -106,6 +106,9 @@ env:
CLUSTER_MODE=separate
BOOTSTRAP_OS=coreos
matrix:
allow_failures:
- env: KUBE_NETWORK_PLUGIN=weave CLOUD_IMAGE=coreos-stable CLOUD_REGION=europe-west1-b CLUSTER_MODE=default BOOTSTRAP_OS=coreos
before_install:
# Install Ansible.

Loading…
Cancel
Save