Build: Temporarily remove debian 8 for packaging tests (#22967)

Debian 8 has been having issues with the openjdk package dependencies
being broken. This comment comments out debian-8 from the boxes which
packaging tests will run on CI.
This commit is contained in:
Ryan Ernst 2017-02-03 12:57:21 -08:00 committed by GitHub
parent 9ca871af7e
commit bbf44394a8
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ class VagrantTestPlugin implements Plugin<Project> {
static List<String> BOXES = [
'centos-6',
'centos-7',
'debian-8',
// TODO: re-enable debian once it does not have broken openjdk packages
//'debian-8',
'fedora-24',
'oel-6',
'oel-7',