Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 879824a

Browse files
committed
tests: pin EL7 for nikola-el8 scenario to workaround a Docker bug
1 parent 7662f62 commit 879824a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

molecule/nikola-el8/molecule.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
scenario:
33
name: nikola-el8
4+
# pin centos version to workaround a bug in Docker
5+
# https://github.com/docker/for-linux/issues/835
6+
# https://github.com/systemd/systemd/issues/11752
47
platforms:
58
- name: ansible-test-builder
69
# LXD
@@ -12,17 +15,19 @@ platforms:
1215
- name: ansible-test-web
1316
# LXD
1417
source:
15-
alias: 'centos/8/amd64'
18+
alias: 'centos/7/amd64'
1619
# Docker
17-
image: 'centos:8'
20+
image: 'centos:7.6.1810'
1821
provisioner:
1922
inventory:
20-
group_vars:
21-
all:
22-
# workaround for https://github.com/ansible/ansible/issues/70168
23-
ansible_python_interpreter: /usr/bin/python3
2423
host_vars:
2524
ansible-test-builder:
2625
builder: nikola
2726
# known working website
2827
git_url: https://pagure.io/koji-site.git
28+
# workaround for https://github.com/ansible/ansible/issues/70168
29+
ansible_python_interpreter: /usr/bin/python3
30+
ansible-test-web:
31+
# workaround for https://github.com/ansible/ansible/issues/70168
32+
ansible_python_interpreter: /usr/bin/python
33+

0 commit comments

Comments
 (0)