From 50c324af56229760f97c8a93159bada303beecb7 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 2 Jan 2020 11:05:02 +0000 Subject: [PATCH] pbTestScripts: Add Debian8 reference and link to VagrantPlaybookCheck job (#1069) Signed-off-by: Stewart Addison --- ansible/pbTestScripts/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/pbTestScripts/README.md b/ansible/pbTestScripts/README.md index 20d0a163d2..122159425c 100644 --- a/ansible/pbTestScripts/README.md +++ b/ansible/pbTestScripts/README.md @@ -1,11 +1,19 @@ # Scripts to test Unix playbooks on Vagrant VMs +Most people will not need to run this directly, but if you can it will +reduce the likelihood of breaking things when you adjust the playbooks. +These scripts can be invoked via the +[VagrantPlaybookCheck](https://ci.adoptopenjdk.net/view/work%20in%20progress/job/VagrantPlaybookCheck/) +job if you have access to our jenkins, and they take 60-90 minutes to run +on the UNIX/Linux-based platforms, but closer to three hours for Windows. + This folder contains the scripts necessary to start separate vagrant machines with the following OSs: * Ubuntu 16.04 * Ubuntu 18.04 * CentOS6 * CentOS7 +* Debian8 * Windows Server 2012 R2 These machines will then have the playbooks ran on them, with additional options to build JDK8 and test it.