|
|
@ -43,16 +43,23 @@ jobs: |
|
|
|
include: |
|
|
|
include: |
|
|
|
- distro: centos8 |
|
|
|
- distro: centos8 |
|
|
|
playbook: converge.yml |
|
|
|
playbook: converge.yml |
|
|
|
|
|
|
|
experimental: 'false' |
|
|
|
- distro: centos7 |
|
|
|
- distro: centos7 |
|
|
|
playbook: converge.yml |
|
|
|
playbook: converge.yml |
|
|
|
|
|
|
|
experimental: 'false' |
|
|
|
- distro: ubuntu1804 |
|
|
|
- distro: ubuntu1804 |
|
|
|
playbook: converge.yml |
|
|
|
playbook: converge.yml |
|
|
|
|
|
|
|
experimental: 'false' |
|
|
|
- distro: debian10 |
|
|
|
- distro: debian10 |
|
|
|
playbook: converge.yml |
|
|
|
playbook: converge.yml |
|
|
|
|
|
|
|
experimental: 'false' |
|
|
|
- distro: centos7 |
|
|
|
- distro: centos7 |
|
|
|
playbook: playbook-source-install.yml |
|
|
|
playbook: playbook-source-install.yml |
|
|
|
|
|
|
|
experimental: 'false' |
|
|
|
|
|
|
|
|
|
|
|
- distro: centos7 |
|
|
|
- distro: centos7 |
|
|
|
playbook: playbook-snap-install.yml |
|
|
|
playbook: playbook-snap-install.yml |
|
|
|
|
|
|
|
experimental: 'true' |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check out the codebase. |
|
|
|
- name: Check out the codebase. |
|
|
@ -70,6 +77,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Run Molecule tests. |
|
|
|
- name: Run Molecule tests. |
|
|
|
run: molecule test |
|
|
|
run: molecule test |
|
|
|
|
|
|
|
continue-on-error: ${{ matrix.experimental }} |
|
|
|
env: |
|
|
|
env: |
|
|
|
PY_COLORS: '1' |
|
|
|
PY_COLORS: '1' |
|
|
|
ANSIBLE_FORCE_COLOR: '1' |
|
|
|
ANSIBLE_FORCE_COLOR: '1' |
|
|
|