aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-iot.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-03-02 10:51:05 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2018-03-02 14:20:21 +0000
commitec7bd7a6f310936c03ca24eee14abbdad2b3c5cf (patch)
treee32a2b213705c25755c764efb7d2238c08f3ee80 /rpb-debian-iot.yaml
parentb3ab7142c801169b14cf00af660e9517dad9dd26 (diff)
migrate from builds.96boards.org to {releases,snapshots.linaro.org/96boards
Change-Id: Idc4591c3a7ba1dfc7405b72ebb15655eee5bfbbd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-debian-iot.yaml')
-rw-r--r--rpb-debian-iot.yaml21
1 files changed, 10 insertions, 11 deletions
diff --git a/rpb-debian-iot.yaml b/rpb-debian-iot.yaml
index e1a953e8..4888e124 100644
--- a/rpb-debian-iot.yaml
+++ b/rpb-debian-iot.yaml
@@ -43,8 +43,7 @@
- matrix-tie-parent:
node: build
builders:
- - linaro-publish-token:
- host: builds.96boards.org
+ - linaro-publish-token
- shell: |
#!/bin/bash
@@ -144,12 +143,12 @@
# Create boot image
if [ "${BOARD}" == "hikey" ]; then
- FASTBOOT_EFI_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/view/96boards/job/96boards-reference-uefi/MX_PLATFORM=hikey,MX_TYPE=RELEASE,label=docker-jessie-rp/lastStableBuild/buildNumber`
- FASTBOOT_EFI_URL="http://builds.96boards.org/snapshots/reference-platform/components/uefi/${FASTBOOT_EFI_BUILD_NUMBER}/release/hikey/AndroidFastbootApp.efi"
+ FASTBOOT_EFI_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/job/96boards-reference-uefi/MX_PLATFORM=hikey,MX_TYPE=RELEASE,label=docker-jessie-rp/lastStableBuild/buildNumber`
+ FASTBOOT_EFI_URL="http://snapshots.linaro.org/96boards/reference-platform/components/uefi/${FASTBOOT_EFI_BUILD_NUMBER}/release/hikey/AndroidFastbootApp.efi"
wget --progress=dot ${FASTBOOT_EFI_URL} -O fastboot.efi
- GRUB_EFI_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/view/96boards/job/96boards-reference-grub-efi-arm64/lastStableBuild/buildNumber`
- GRUB_EFI_URL="https://builds.96boards.org/snapshots/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64.efi"
- GRUB_SD_EFI_URL="https://builds.96boards.org/snapshots/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64-sd.efi"
+ GRUB_EFI_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/job/96boards-reference-grub-efi-arm64/lastStableBuild/buildNumber`
+ GRUB_EFI_URL="https://snapshots.linaro.org/96boards/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64.efi"
+ GRUB_SD_EFI_URL="https://snapshots.linaro.org/96boards/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64-sd.efi"
wget --progress=dot ${GRUB_EFI_URL} -O grubaa64.efi
wget --progress=dot ${GRUB_SD_EFI_URL} -O grubaa64-sd.efi
@@ -172,8 +171,8 @@
gzip -9 out/${BOARD}/${BOARD}-boot-linux-${VERSION}.uefi.img
cat >> out/${BOARD}/HEADER.textile << EOF
- * Grub UEFI: "http://builds.96boards.org/snapshots/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER":http://builds.96boards.org/snapshots/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER
- * ARM TF / EDK2 UEFI: "http://builds.96boards.org/snapshots/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey":http://builds.96boards.org/snapshots/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey
+ * Grub UEFI: "http://snapshots.linaro.org/96boards/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER":http://snapshots.linaro.org/96boards/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER
+ * ARM TF / EDK2 UEFI: "http://snapshots.linaro.org/96boards/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey":http://snapshots.linaro.org/96boards/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey
EOF
# Grub config to be set as part of the rootfs
## FIXME: Make this generic
@@ -230,10 +229,10 @@
wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
time python ${HOME}/bin/linaro-cp.py \
--server ${PUBLISH_SERVER} \
- out/${BOARD} snapshots/reference-platform/debian-iot/${BUILD_NUMBER}/${BOARD}
+ out/${BOARD} 96boards/reference-platform/debian-iot/${BUILD_NUMBER}/${BOARD}
python ${HOME}/bin/linaro-cp.py \
--server ${PUBLISH_SERVER} \
- --make-link snapshots/reference-platform/debian-iot/${BUILD_NUMBER}
+ --make-link 96boards/reference-platform/debian-iot/${BUILD_NUMBER}
publishers:
- email:
recipients: 'ricardo.salveti@linaro.org'