travis is having trouble running vanilla Ansible so migrating to Azure

This commit is contained in:
Steven Robertson 2020-10-30 20:57:11 -07:00
parent 46a0fc92a1
commit ef029726e2
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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.