Merge "BUG-2625: Validate integration/distribution using jdk8 only"
authorLuis Gomez <ecelgp@gmail.com>
Wed, 20 Jan 2016 03:39:06 +0000 (03:39 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 20 Jan 2016 03:39:06 +0000 (03:39 +0000)
jjb/integration/integration-distribution-jobs.yaml
jjb/integration/integration-test-jobs.yaml

index e85e6374ff2d3b9237a7d7e247049232e7012eb4..c0914b445a39baa8939ae904094a4090b6c0825a 100644 (file)
     stream:
         - boron:
             branch: 'master'
+            jdk: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
+            jdk: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jdk: 'openjdk7'
         - stable-helium:
             branch: 'stable/helium'
-
-    jdk: 'openjdk7'
+            jdk: 'openjdk7'
 
 
 - job-template:
index cf0c9fae1bb84fbf02e4631114fcdd0a47551455..176c0d4aa196d71904cc1fd0aa06b442e1f32ae0 100644 (file)
@@ -11,6 +11,7 @@
     stream:
         - boron:
             branch: 'master'
+            jdk: 'openjdk8'
             csit-list: >
                 aaa-csit-1node-authn-only-{stream},
                 aaa-csit-1node-authn-all-{stream},
                 vtn-csit-1node-imds-manager-only-{stream},
                 vtn-csit-1node-imds-manager-all-{stream}
 
-    jdk: 'openjdk7'
-
 # Template: integration-verify-python
 # Goal: Verify python scripts correct syntax
 # Operation: This job template performs a python tox check on any integration/test patch