aboutsummaryrefslogtreecommitdiff
path: root/agenda-example.yaml
blob: 74f0e26162b3d8c38c5c5385d97f0ef5efd9b63e (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
# Support remote and local repo
# repository: ./test-definitions
repository: https://git.linaro.org/qa/test-definitions.git
definitions:
  - path: ubuntu/smoke-tests-basic.yaml
    timeout: 180
  - path: ubuntu/blogbench.yaml
    timeout: 1800
    parameters:
        ITERATION: 3
  - path: ubuntu/pi-stress-test.yaml
    timeout: 1800
    params:
        DURATION: 30
  - path: ubuntu/pi-stress-test.yaml
    timeout: 1800
    params:
        DURATION: 30
        GROUP: 1
    skip_install: True
  - path: ubuntu/ltp.yaml
    timeout: 3600
    params:
       TST_CMDFILES: math
  - path: ubuntu/ltp.yaml
    timeout: 3600
    params:
       TST_CMDFILES: timers
    skip_install: True