diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 61894b53..7432613d 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -22,6 +22,13 @@ jobs: MODE: localhost_ansible VER: 2.10.0 + # NOTE: this hangs when ran in Ubuntu 18.04 + Vanilla_210_27: + python.version: '2.7' + MODE: localhost_ansible + VER: 2.10.0 + STRATEGY: linear + - job: Linux pool: @@ -98,13 +105,6 @@ 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