diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-01-06 19:36:20 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-01-06 19:36:20 +0100 |
commit | 889c069180615cbbcb5f9de1e793b59ab54394b5 (patch) | |
tree | 3c4b3e70df4c6fd8190062db9e2f5ab035fa5a2e /jjb/release-jjb-eel-snapshot | |
parent | 4f1e4787e247add28e63978af2abcd7ae3d5ab05 (diff) |
Streamline image output and add new board
Change-Id: If9f7f32d0c73bf4f964a205a18dc1fc720b38e3b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-eel-snapshot')
-rw-r--r-- | jjb/release-jjb-eel-snapshot/include-release-jjb-eel-snapshot-rsync.sh | 1 | ||||
-rw-r--r-- | jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml | 16 |
2 files changed, 9 insertions, 8 deletions
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 |