Add maven/java8 jdk as test bindeps

Jenkins LTS requires Java 8.

Depends-On: I8d84b952dd92dd33b0ac41b3dc82873dd0441097
Change-Id: Iab5cea33ad66af9285c962b11f656a6bc683a563
This commit is contained in:
Antoine Musso 2017-11-07 10:50:49 +01:00
parent 46d74f029f
commit aa73fd0e58
2 changed files with 8 additions and 0 deletions

5
.zuul.yaml Normal file
View File

@ -0,0 +1,5 @@
- project:
name: openstack-infra/gearman-plugin
check:
jobs:
- legacy-gearman-plugin-maven-build

3
bindep.txt Normal file
View File

@ -0,0 +1,3 @@
maven [test]
# Javac Compiler in lib/tools.jar
openjdk-8-jdk-headless [test]