diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index a537b0f5..288a0c55 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -52,6 +52,13 @@ jobs: DISTRO: debian VER: 2.9.6 + # pointing to https://github.com/ansible/ansible/pull/67684 in prep for collections + Ansible 2.10 + Mito37Debian_27: + python.version: '3.7' + MODE: mitogen + DISTRO: debian + VER: git+https://github.com/nitzmahone/ansible.git@ed9757f1541546af8906307987cfdad40ff4cb3e + #Py26CentOS7: #python.version: '2.7' #MODE: mitogen @@ -108,3 +115,8 @@ jobs: python.version: '3.7' MODE: ansible VER: 2.9.6 + + Ansible_210_37: + python.version: '3.7' + MODE: ansible + VER: git+https://github.com/nitzmahone/ansible.git@ed9757f1541546af8906307987cfdad40ff4cb3e diff --git a/.travis.yml b/.travis.yml index 877f9ca3..9710c626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,9 @@ matrix: # 2.9.6; 3.6 -> 2.7 - python: "3.6" env: MODE=debops_common VER=2.9.6 + # ~2.10; 3.6 -> 2.7 + - python: "3.6" + env: MODE=debops_common VER=git+https://github.com/nitzmahone/ansible.git@ed9757f1541546af8906307987cfdad40ff4cb3e # 2.8.3; 3.6 -> 2.7 - python: "3.6" env: MODE=debops_common VER=2.8.3 @@ -52,6 +55,9 @@ matrix: # ansible_mitogen tests. + # ~2.10 -> {debian, centos6, centos7} + - python: "3.6" + env: MODE=ansible VER=git+https://github.com/nitzmahone/ansible.git@ed9757f1541546af8906307987cfdad40ff4cb3e # 2.9.6 -> {debian, centos6, centos7} - python: "3.6" env: MODE=ansible VER=2.9.6 @@ -81,6 +87,8 @@ matrix: # 2.7 -> 2.6 #- python: "2.7" #env: MODE=mitogen DISTRO=centos6 + - python: "3.6" + env: MODE=mitogen DISTRO=centos7 VER=git+https://github.com/nitzmahone/ansible.git@ed9757f1541546af8906307987cfdad40ff4cb3e - python: "3.6" env: MODE=mitogen DISTRO=centos7 # 2.6 -> 2.7