Remove jobs on Ubuntu 14.04 32/6832/1
authorHongjun Ni <hongjun.ni@intel.com>
Tue, 23 May 2017 14:48:51 +0000 (22:48 +0800)
committerHongjun Ni <hongjun.ni@intel.com>
Tue, 23 May 2017 14:48:51 +0000 (22:48 +0800)
Change-Id: I15950ad4839263ace75a83a61814ccee965aa224
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh
jjb/nsh_sfc/nsh_sfc.yaml

index 4cfd300..500433e 100644 (file)
@@ -2,7 +2,7 @@
 # basic build script example
 set -e -o pipefail
 echo "Looking for jars/debs/rpms to publish"
-if [ "${OS}" == "ubuntu1404" ]; then
+if [ "${OS}" == "ubuntu1604" ]; then
     # Find the files
     DEBS=$(find . -type f -iname '*.deb')
     echo "Found DEBS=${DEBS}"
@@ -41,4 +41,4 @@ elif [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-fi
\ No newline at end of file
+fi
index a5a2422..fb7f2ba 100644 (file)
@@ -10,8 +10,6 @@
 
     project: 'nsh_sfc'
     os:
-        - ubuntu1404:
-            repo-os-part: 'ubuntu.trusty.main'
         - ubuntu1604:
             repo-os-part: 'ubuntu.xenial.main'
         - centos7:
 
     triggers:
         - reverse:
-            jobs: 'nsh_sfc-merge-{stream}-ubuntu1404'
+            jobs: 'nsh_sfc-merge-{stream}-ubuntu1604'
             result: 'success'
         - gerrit:
             server-name: 'Primary'