From 889c069180615cbbcb5f9de1e793b59ab54394b5 Mon Sep 17 00:00:00 2001
From: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Date: Sat, 6 Jan 2018 19:36:20 +0100
Subject: Streamline image output and add new board
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: If9f7f32d0c73bf4f964a205a18dc1fc720b38e3b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
---
 jjb/common/include-agl-run-test-rsync-release.sh         |  4 ++--
 .../include-release-jjb-eel-snapshot-rsync.sh            |  1 +
 .../release-jjb-eel-snapshot.yaml                        | 16 ++++++++--------
 3 files changed, 11 insertions(+), 10 deletions(-)

(limited to 'jjb')

diff --git a/jjb/common/include-agl-run-test-rsync-release.sh b/jjb/common/include-agl-run-test-rsync-release.sh
index 85605494..abab0f34 100644
--- a/jjb/common/include-agl-run-test-rsync-release.sh
+++ b/jjb/common/include-agl-run-test-rsync-release.sh
@@ -22,8 +22,8 @@ cd $REPODIR
 
 cd output
 
-pwd
-ls -alhR tmp/deploy/images
+#pwd
+#ls -alhR tmp/deploy/images
 
 # copy files to $DEST
 for i in DEVICE_DTB DEVICE_KERNEL DEVICE_INITRAMFS DEVICE_NBDROOT; do
diff --git a/jjb/release-jjb-eel-snapshot/include-release-jjb-eel-snapshot-rsync.sh b/jjb/release-jjb-eel-snapshot/include-release-jjb-eel-snapshot-rsync.sh
index 3ffeb244..9be7c6f8 100644
--- a/jjb/release-jjb-eel-snapshot/include-release-jjb-eel-snapshot-rsync.sh
+++ b/jjb/release-jjb-eel-snapshot/include-release-jjb-eel-snapshot-rsync.sh
@@ -49,6 +49,7 @@ ls -alhR $DEST
 echo "would do rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST "
 
 if test x"yes" = x"$UPLOAD" ; then
+   ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 rm -rf ${REMOTEDST}
    ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${REMOTEDST}
    rsync --delete -avr -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC/* $RSYNCDST
 fi
diff --git a/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml b/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml
index 1bdcb182..2757c5e3 100644
--- a/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml
+++ b/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml
@@ -21,11 +21,11 @@
           description: "branch to build"
       - string:
           name: GERRIT_REFSPEC
-          default: refs/tags/eel_4.99.1
+          default: refs/tags/eel_5.0.0
           description: "refspec to build"
       - string:
           name: RELEASE_VERSION
-          default: 4.99.1
+          default: 5.0.0
           description: "release version number for build"
       - string:
           name: RELEASE_BRANCH
@@ -41,7 +41,7 @@
           name: MACHINE
           values:
             - qemux86-64
-            - porter-nogfx
+            - cyclone5
             - intel-corei7-64
             - raspberrypi3
             - dra7xx-evm
@@ -103,11 +103,11 @@
           - ../common/include-agl-local-conf-vmdk.sh
           - ../common/include-agl-local-conf-rpi3-imagetype.sh
           - include-release-eel-fix-task-depends.sh
-          - ../common/include-agl-bitbake-image.sh
+          #- ../common/include-agl-bitbake-image.sh
           - ../common/include-agl-bitbake-sdk.sh
-          - ../common/include-agl-run-test-prepare.sh
-          - ../common/include-agl-run-test-rsync-release.sh
-          - ../common/include-agl-lava-labs-prepare.sh
-          - ../common/include-agl-run-test-short-release.sh
+          #- ../common/include-agl-run-test-prepare.sh
+          #- ../common/include-agl-run-test-rsync-release.sh
+          #- ../common/include-agl-lava-labs-prepare.sh
+          #- ../common/include-agl-run-test-short-release.sh
       - shell:
           !include-raw-escape: include-release-jjb-eel-snapshot-rsync.sh
-- 
cgit