- job: name: 96boards-reference-debian-installer 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' wrappers: - timestamps - build-name: name: '#${BUILD_NUMBER}' builders: - linaro-publish-token: host: builds.96boards.org - shell: | #!/bin/bash set -e cat <local.list deb http://obs.linaro.org/ERP/Debian_9/ ./ EOF cat < sources.list.udeb deb [trusted=yes] http://obs.linaro.org/ERP/Debian_9/debian-installer ./ deb http://deb.debian.org/debian stretch main/debian-installer EOF cat < localudebs linaro-erp-udeb EOF wget -q https://git.linaro.org/ci/job/configs.git/plain/rpb-debian-installer/stable/default-preseed.cfg -O default-preseed - shell: !include-raw: rpb-debian-installer/builders.sh - shell: | #!/bin/bash set -e # Build information KERNEL_VERSION=`grep -a "Linux version" out/debian-installer/arm64/linux` cat > out/HEADER.textile << EOF h4. Reference Platform - Debian Installer Debian Installer (Stretch) produced with the Reference Platform Kernel package. Check "https://platforms.linaro.org/documentation/Reference-Platform/Platforms/Enterprise/Documentation/Installation/Debian/README.md":https://platforms.linaro.org/documentation/Reference-Platform/Platforms/Enterprise/Documentation/Installation/Debian/README.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/${BUILD_NUMBER}/ publishers: - email: recipients: 'fathi.boudra@linaro.org riku.voipio@linaro.org' - email-ext: recipients: 'qa-team@linaro.org' always: true