mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Allow failures for coreos/weave
Unless https://github.com/kubernetes-incubator/kargo/issues/613 fixed. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
@@ -106,6 +106,9 @@ env:
|
|||||||
CLUSTER_MODE=separate
|
CLUSTER_MODE=separate
|
||||||
BOOTSTRAP_OS=coreos
|
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:
|
before_install:
|
||||||
# Install Ansible.
|
# Install Ansible.
|
||||||
|
|||||||
Reference in New Issue
Block a user