Do not revert to java 7 81/3281/1
authorC.J. Collier <cjcollier@linuxfoundation.org>
Wed, 5 Oct 2016 16:00:01 +0000 (09:00 -0700)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Wed, 5 Oct 2016 16:00:01 +0000 (09:00 -0700)
* honeycomb-merge-master-ubuntu1404 needs java 8 for sonar
* the revert to java 7 happens prior to the sonar run
* we now throw the guest away after each use, so there is no need to
  revert to java 7

Change-Id: I82583ae4f6130961fb5c42741107ac74f80dd850
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
jjb/honeycomb/honeycomb.yaml

index 4c67850..30a4b0f 100644 (file)
         global-settings: 'global-settings'
         global-settings-type: cfp
 
-    postbuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64||echo 'ignoring failure';fi
-
     reporters:
         - findbugs