Skip hostname integration tests on all container providers (#86227)

* Skip hostname integration tests on all container providers

* Use skip/docker instead
pull/86220/head
Martin Krizek 2 weeks ago committed by GitHub
parent 6d428ca8f0
commit 9d9a8d78ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,3 @@
shippable/posix/group1 shippable/posix/group1
destructive destructive
skip/docker

@ -1,6 +1,4 @@
# Setting the hostname in our test containers doesn't work currently - block:
- when: ansible_facts.virtualization_type not in ('docker', 'container', 'containerd')
block:
- name: Include distribution specific variables - name: Include distribution specific variables
include_vars: "{{ lookup('first_found', params) }}" include_vars: "{{ lookup('first_found', params) }}"
vars: vars:

Loading…
Cancel
Save