diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-10-05 09:00:01 -0700 |
---|---|---|
committer | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-10-05 09:00:01 -0700 |
commit | a90bdbfa849a207ae59d09019a3c7f27dff17ec4 (patch) | |
tree | 0bd64535f85d0f92890d85d18ccac4837da6b8d3 /jjb/honeycomb | |
parent | 96cd3fb5d544ce682e5f928646716078e51b2d5b (diff) |
Do not revert to java 7
* 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>
Diffstat (limited to 'jjb/honeycomb')
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 4c6785057..30a4b0fc2 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -205,10 +205,6 @@ 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 |