Remove honeycomb and hc2vpp Ubuntu 14.04 jobs 12/6912/2
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 30 May 2017 05:46:04 +0000 (07:46 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Wed, 31 May 2017 07:47:03 +0000 (07:47 +0000)
Change-Id: I3a567465aa3559d8b6d8c00955ab47222e5de6d2
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
jjb/hc2vpp/hc2vpp.yaml
jjb/hc2vpp/include-raw-hc2vpp-integration-prebuild.sh
jjb/hc2vpp/include-raw-hc2vpp-pkg-push.sh
jjb/honeycomb/honeycomb.yaml

index c74ce08..68282f3 100644 (file)
@@ -7,12 +7,9 @@
         - 'hc2vpp-verify-image-{stream}-{os}'
     project: 'hc2vpp'
     os:
-        - ubuntu1404:
-            repo-os-part: 'ubuntu.trusty.main'
-            skip-site: 'false'
         - ubuntu1604:
             repo-os-part: 'ubuntu.xenial.main'
-            skip-site: 'true'
+            skip-site: 'false'
         - centos7:
             repo-os-part: 'centos7'
             skip-site: 'true'
@@ -63,9 +60,6 @@
             name: 'hc2vpp'
             branch: '{branch}'
 
-    prebuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
     maven:
         maven-name: 'mvn33-new'
         root-pom: 'pom.xml'
                 unstable: true
                 notbuilt: true
 
-    prebuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
     maven:
         maven-name: 'mvn33-new'
         root-pom: 'pom.xml'
             result: 'success'
 
     prebuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
         - shell:
             !include-raw-escape: include-raw-hc2vpp-integration-prebuild.sh
     maven:
index c99d665..968a18a 100644 (file)
@@ -17,11 +17,7 @@ if [ "${VERSION}" != 'RELEASE' ]; then
     fi
 fi
 
-if [ "${OS}" == "ubuntu1404" ]; then
-    OS_PART="ubuntu.trusty.main"
-    PACKAGE="deb deb.md5"
-    CLASS="deb"
-elif [ "${OS}" == "ubuntu1604" ]; then
+if [ "${OS}" == "ubuntu1604" ]; then
     OS_PART="ubuntu.xenial.main"
     PACKAGE="deb deb.md5"
     CLASS="deb"
index d4c2be3..042e0bf 100644 (file)
@@ -34,18 +34,6 @@ if [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-elif [ "${OS}" == "ubuntu1404" ]; then
-
-    # Build the debs
-    ./packaging/deb/trusty/debuild.sh
-
-    # Find the files
-    DEBS=$(find . -type f -iname '*.deb')
-    # publish hc2vpp packages
-    for i in $DEBS
-    do
-        push_deb "$i"
-    done
 elif [ "${OS}" == "ubuntu1604" ]; then
 
     # Build the debs
index a420d25..69fa837 100644 (file)
@@ -58,9 +58,6 @@
             name: 'honeycomb'
             branch: '{branch}'
 
-    prebuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
     maven:
         maven-name: 'mvn33-new'
         root-pom: 'pom.xml'