Add tests for CentOS 8 and Ubunt 18.04 46/63846/7
authorThanh Ha <zxiiro@gmail.com>
Thu, 30 Apr 2020 23:50:57 +0000 (19:50 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 24 Jul 2020 13:50:31 +0000 (09:50 -0400)
These other are supported or appear to be so we should make sure
to also test them. This also adds zlib1g-dev to ensure that Ubuntu
18.04 picks it up as it appears to be missing in test builds.

Change-Id: I0068eb99254b5f7f651fee77178d9615a69e3d45
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
molecule/default/molecule.yml
molecule/default/prepare.yml

index 965555b..56d1c7d 100644 (file)
@@ -10,8 +10,12 @@ lint: |
 platforms:
   - name: centos7
     image: centos:7
+  - name: centos8
+    image: centos:8
   - name: ubuntu1604
     image: ubuntu:16.04
+  - name: ubuntu1804
+    image: ubuntu:18.04
   - name: ubuntu2004
     image: ubuntu:20.04
 provisioner:
index 824813c..a80cccc 100644 (file)
@@ -38,6 +38,7 @@
           - make
           - libssl-dev
           - wget
+          - zlib1g-dev
         state: present
       when: ansible_distribution == 'Ubuntu'
       become: true