From 3b5587a2f29968af80028069f568b6d60efb8aec Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Fri, 18 Oct 2019 16:58:45 -0500 Subject: [PATCH] (FM-8275) Add vagrant provision list Prior to this commit the only provisioners included in the provision lists were docker and vmpooler, neither of which are particularly accessible to folks developing on Windows outside of Puppet. This commit adds a list which leverages the vagrant provisioner. --- provision.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/provision.yaml b/provision.yaml index ce1608d..3fb28c0 100644 --- a/provision.yaml +++ b/provision.yaml @@ -8,6 +8,9 @@ travis_deb: waffle_deb: provisioner: docker images: ['waffleimage/debian8', 'waffleimage/debian9', 'waffleimage/ubuntu14.04', 'waffleimage/ubuntu16.04', 'waffleimage/ubuntu18.04'] +vagrant: + provisioner: vagrant + images: ['centos/7', 'generic/ubuntu1804'] release_checks: provisioner: vmpooler images: ['debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64'] -- 2.32.3