aboutsummaryrefslogtreecommitdiff
path: root/lava-debian-unstable-armmp-armhf.yaml
blob: 2e422b0d0b043e195740cb6c9ea933a43c6be0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Debian Untable ARMMP armhf NFS, initramfs, modules and dtbs

- job:
    name: lava-debian-unstable-armmp-armhf
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 24
        numToKeep: 12
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            platform-leads:
                - job-build
                - job-cancel
    disabled: false
    node: docker-jessie-amd64
    display-name: 'LAVA - Build ARMHF ARMMP Debian Unstable files'
    wrappers:
        - timestamps
    builders:
        - linaro-publish-token
        - shell: |
            #!/bin/bash

            mkdir out
            cd out/
            echo "deb http://mirror.bytemark.co.uk/debian jessie-backports main" > jessie-backports.list
            sudo mv jessie-backports.list /etc/apt/sources.list.d/
            sudo apt-get update
            sudo DEBIAN_FRONTEND=noninteractive apt -q -y -t jessie-backports install qemu-user-static debootstrap
            wget https://git.linaro.org/lava-team/refactoring.git/blob_plain/HEAD:/scripts/armmp-nfs.sh
            chmod 744 ./armmp-nfs.sh
            sudo ./armmp-nfs.sh -d unstable
            cd ..
            cat > ${WORKSPACE}/out/debian-unstable-armmp-armhf-readme.html <<EOF
            <html><body><pre>
            lava-debian-unstable-armmp-armhf build instructions
            ===================================================

            This initramfs is built using update-initramfs inside a
            minimal Debian Unstable debootstrap chroot.
            The contents of the chroot is then packaged up as an NFS
            with an empty root password.
                auto_login:
                    login_prompt: 'login:'
                    username: root

            apt is included in the NFS, as are bash, grep, iproute2, mawk and sed.
            The NFS uses the default init in Unstable: systemd.

            The Debian ARMMP kernel is a modular build and the modules
            need to be available in the initramfs for the kernel to be
            able to mount the NFS. The initramfs does not have DNS
            support.

            https://ci.linaro.org/view/lava-ci/job/lava-debian-unstable-armmp-armhf/

            The script used by jenkins is available here:
            https://git.linaro.org/lava-team/refactoring.git/blob/HEAD:/scripts/armmp-nfs.sh

            https://git.linaro.org/ci/job/configs.git/blob/HEAD:/lava-debian-armmp-armhf.yaml
            The base system is a Debian Unstable VM.

            The NFS rootfs uses a prompt of "root@unstable:"

            </pre></body></html>
            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 --api_version 3 out components/lava/standard/debian/sid/armhf/${BUILD_NUMBER}
    publishers:
        - email:
            recipients: 'neil.williams@linaro.org fathi.boudra@linaro.org'