|
|
@ -4,11 +4,19 @@
|
|
|
|
# since things are ran on localhost; Azure DevOps loses connection and fails
|
|
|
|
# since things are ran on localhost; Azure DevOps loses connection and fails
|
|
|
|
# TODO: do we want to install docker a different way to be able to do this for other tests too
|
|
|
|
# TODO: do we want to install docker a different way to be able to do this for other tests too
|
|
|
|
---
|
|
|
|
---
|
|
|
|
- name: regression/issue_655_wait_for_connection_error.yml
|
|
|
|
- name: regression/issue_655__wait_for_connection_error.yml
|
|
|
|
hosts: localhost
|
|
|
|
hosts: localhost
|
|
|
|
gather_facts: yes
|
|
|
|
gather_facts: yes
|
|
|
|
become: no
|
|
|
|
become: no
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
- meta: end_play
|
|
|
|
|
|
|
|
when:
|
|
|
|
|
|
|
|
# TODO CI currently runs on macOS 11 images in Azure DevOps. MacOS 11
|
|
|
|
|
|
|
|
# is no longer supported by homebrew, so the following install
|
|
|
|
|
|
|
|
# task fails.
|
|
|
|
|
|
|
|
- ansible_facts.system == 'Darwin'
|
|
|
|
|
|
|
|
- ansible_facts.distribution_major_version == '11'
|
|
|
|
|
|
|
|
|
|
|
|
- name: set up test container and run tests inside it
|
|
|
|
- name: set up test container and run tests inside it
|
|
|
|
block:
|
|
|
|
block:
|
|
|
|
- name: install deps
|
|
|
|
- name: install deps
|
|
|
|