disable debops since it breaks with ansible 2.10
This commit is contained in:
parent
855750a71f
commit
46a0fc92a1
|
@ -33,12 +33,13 @@ script:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Debops tests.
|
# Debops tests.
|
||||||
|
# NOTE: debops tests turned off for Ansible 2.10: https://github.com/debops/debops/issues/1521
|
||||||
# 2.10; 3.6 -> 2.7
|
# 2.10; 3.6 -> 2.7
|
||||||
- python: "3.6"
|
# - python: "3.6"
|
||||||
env: MODE=debops_common VER=2.10.0
|
# env: MODE=debops_common VER=2.10.0
|
||||||
# 2.10; 2.7 -> 2.7
|
# 2.10; 2.7 -> 2.7
|
||||||
- python: "2.7"
|
# - python: "2.7"
|
||||||
env: MODE=debops_common VER=2.10.0
|
# env: MODE=debops_common VER=2.10.0
|
||||||
|
|
||||||
# Sanity check against vanilla Ansible. One job suffices.
|
# Sanity check against vanilla Ansible. One job suffices.
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
|
|
Loading…
Reference in New Issue