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

Commit 7662f62

Browse files
committed
tests: switch Jekyll tests to EL8
Keep web host on a specific EL7 version to workaround a Docker bug.
1 parent 96891dd commit 7662f62

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
---
22
scenario:
3-
name: jekyll-f30
3+
name: jekyll-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
710
source:
8-
alias: 'fedora/30/amd64'
11+
alias: 'centos/8/amd64'
912
# Docker
10-
image: 'fedora:30'
13+
image: 'centos:8'
1114
# this one is always the same
1215
- name: ansible-test-web
1316
# LXD
1417
source:
1518
alias: 'centos/7/amd64'
1619
# Docker
17-
image: 'centos:7'
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: jekyll
2726
# known working website
2827
git_url: https://gitlab.com/osas/osci.io.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+
File renamed without changes.

0 commit comments

Comments
 (0)