Streamline image output and add new board 45/13145/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 6 Jan 2018 18:36:20 +0000 (19:36 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 6 Jan 2018 18:36:20 +0000 (19:36 +0100)
Change-Id: If9f7f32d0c73bf4f964a205a18dc1fc720b38e3b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-run-test-rsync-release.sh
jjb/release-jjb-eel-snapshot/include-release-jjb-eel-snapshot-rsync.sh
jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml

index 8560549..abab0f3 100644 (file)
@@ -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
index 3ffeb24..9be7c6f 100644 (file)
@@ -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
index 1bdcb18..2757c5e 100644 (file)
           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
           - ../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