aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/ci-apps-verify/ci-apps-jjb.yaml2
-rw-r--r--jjb/common/include-apps-rsync-download-apprepo.sh4
-rw-r--r--jjb/common/include-apps-rsync-download-changeid.sh6
3 files changed, 7 insertions, 5 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml
index 21881903..47506b81 100644
--- a/jjb/ci-apps-verify/ci-apps-jjb.yaml
+++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml
@@ -3,6 +3,7 @@
name: ci-apps-AGL
aglbranch:
- master
+ - eel
- dab
architecture:
- aarch64
@@ -14,6 +15,7 @@
#= porter-nogfx
#= raspberrypi3
#= dra7xx-evm
+ # ####### REPLACE WITH generic-aarch64, generic-x86-64, generic-arm
project:
- agl-service-audio-4a
- agl-service-audio-mpcd
diff --git a/jjb/common/include-apps-rsync-download-apprepo.sh b/jjb/common/include-apps-rsync-download-apprepo.sh
index 654fccb1..8dd65791 100644
--- a/jjb/common/include-apps-rsync-download-apprepo.sh
+++ b/jjb/common/include-apps-rsync-download-apprepo.sh
@@ -8,10 +8,10 @@ echo "#########################################"
echo -e "\n\n\n"
# project branch buildid-changesetnr(latest)
export RSYNCDST="/srv/download/AGL/apps/"
-export RSYNCSRC=$(pwd)/UPLOAD/
+export RSYNCSRC=$(pwd)/UPLOAD/*
LANG=C tree $RSYNCSRC
#set
#exit 0
ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${RSYNCDST}
-rsync -avr -l --copy-unsafe-links -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST
+rsync -avr -l --inplace --copy-unsafe-links -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST
diff --git a/jjb/common/include-apps-rsync-download-changeid.sh b/jjb/common/include-apps-rsync-download-changeid.sh
index 1f5e10b9..c8e341a5 100644
--- a/jjb/common/include-apps-rsync-download-changeid.sh
+++ b/jjb/common/include-apps-rsync-download-changeid.sh
@@ -7,8 +7,8 @@ echo -e "\n\n\n"
echo "#########################################"
echo -e "\n\n\n"
-export RSYNCDST="/srv/download/AGL/upload/ci/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}"
-export RSYNCSRC=$(pwd)/UPLOAD/
+export RSYNCDST="/srv/download/AGL/upload/ci/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/"
+export RSYNCSRC=$(pwd)/UPLOAD/*
LANG=C tree $RSYNCSRC
ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${RSYNCDST}
-rsync -avr -L -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST
+rsync -avr --inplace -L -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST