- job: name: 96boards-reference-debian-installer-staging project-type: freestyle defaults: global logrotate: daysToKeep: 30 numToKeep: 30 properties: - authorization: anonymous: - job-read - job-extended-read - job-workspace linaro: - job-read - job-extended-read - job-build - job-cancel disabled: false node: docker-stretch-arm64 display-name: 'Reference Platform - Debian Installer (staging)' wrappers: - timestamps - build-name: name: '#${BUILD_NUMBER}' builders: - linaro-publish-token: host: builds.96boards.org - shell: | #!/bin/bash set -ex cat <local.list deb http://obs.linaro.org/ERP/Debian_9/ ./ deb http://obs.linaro.org/ERP:/staging/Debian_9/ ./ EOF cat < sources.list.udeb deb [trusted=yes] http://obs.linaro.org/ERP/Debian_9/debian-installer ./ deb [trusted=yes] http://obs.linaro.org/ERP:/staging/Debian_9/debian-installer ./ deb http://deb.debian.org/debian stretch main/debian-installer EOF cat < localudebs linaro-erp-staging-udeb linaro-erp-udeb EOF wget -q https://git.linaro.org/ci/job/configs.git/plain/rpb-debian-installer/staging/default-preseed.cfg -O default-preseed - shell: !include-raw: rpb-debian-installer/builders.sh - shell: | #!/bin/bash # Build information KERNEL_VERSION=`grep -a "Linux version" out/debian-installer/arm64/linux` cat > out/HEADER.textile << EOF h4. Reference Platform - Debian Installer (staging) Debian Installer (Stretch) produced with the Reference Platform Kernel package. Check "https://github.com/Linaro/documentation/blob/master/Reference-Platform/EECommon/Install-Debian-Stretch.md":https://github.com/Linaro/documentation/blob/master/Reference-Platform/EECommon/Install-Debian-Stretch.md for the install instructions. Build Description: * Build URL: "$BUILD_URL":$BUILD_URL * Debian Installer version: $DEB_INSTALLER_VERSION * Kernel: $KERNEL_VERSION EOF # Publish test -d ${HOME}/bin || mkdir ${HOME}/bin wget -q 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} \ --link-latest \ out snapshots/reference-platform/components/debian-installer-staging/${BUILD_NUMBER}/ publishers: - email: recipients: 'fathi.boudra@linaro.org riku.voipio@linaro.org' - email-ext: recipients: 'qa-team@linaro.org' always: true