summaryrefslogtreecommitdiff
path: root/automated/linux/toolchain-smoke/toolchain-smoke.yaml
blob: a9d64818b710a506e3cf77034c50cabda5216afe (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
metadata:
    name: toolchain-smoke
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Simple test that checks whether gcc compilation works"
    maintainer:
        - milosz.wasilewski@linaro.org
    os:
        - debian
        - ubuntu
        - fedora
        - centos
        - openembedded
    scope:
        - functional
    devices:
        - mustang
        - overdrive
        - moonshot
        - thunderX
        - d03
        - d05

params:
    STATIC: false
    SKIP_INSTALL: false

run:
    steps:
        - cd ./automated/linux/toolchain-smoke/
        - ./toolchain-smoke.sh -s ${SKIP_INSTALL} -t ${STATIC}
        - ../../utils/send-to-lava.sh ./output/result.txt