travis is having trouble running vanilla Ansible so migrating to Azure
This commit is contained in:
parent
46a0fc92a1
commit
ef029726e2
|
@ -98,6 +98,13 @@ jobs:
|
|||
#DISTROS: debian
|
||||
#STRATEGY: linear
|
||||
|
||||
Vanilla_210_27:
|
||||
python.version: '2.7'
|
||||
MODE: ansible
|
||||
VER: 2.10.0
|
||||
DISTROS: debian
|
||||
STRATEGY: linear
|
||||
|
||||
Ansible_210_27:
|
||||
python.version: '2.7'
|
||||
MODE: ansible
|
||||
|
|
|
@ -42,8 +42,9 @@ matrix:
|
|||
# env: MODE=debops_common VER=2.10.0
|
||||
|
||||
# Sanity check against vanilla Ansible. One job suffices.
|
||||
- python: "2.7"
|
||||
env: MODE=ansible VER=2.10.0 DISTROS=debian STRATEGY=linear
|
||||
# https://github.com/dw/mitogen/pull/715#issuecomment-719266420 migrating to Azure for now
|
||||
# - python: "2.7"
|
||||
# env: MODE=ansible VER=2.10.0 DISTROS=debian STRATEGY=linear
|
||||
|
||||
# ansible_mitogen tests.
|
||||
|
||||
|
|
Loading…
Reference in New Issue