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

Commit b8a608c

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 b8a608c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

molecule/jekyll-f30/molecule.yml renamed to molecule/jekyll-el8/molecule.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
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:
2023
group_vars:
File renamed without changes.

0 commit comments

Comments
 (0)