aboutsummaryrefslogtreecommitdiff
path: root/dummy-ssh-job.yaml
blob: 744079efa1914dd1c8df9a1249c580c75980fa81 (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
target: dummy-mustang02
job_name: go-arm64-build-and-test
timeout: 7200

actions:
  - command: dummy_deploy
    parameters:
      target_type: ubuntu

  - command: lava_test_shell
    parameters:
      testdef_repos:
        - git-repo: http://git.linaro.org/people/andrew.mcdermott/lava-go-arm64.git
          parameters:
            LAVA_SLEEP_FOR_ACCESS: 0
            LAVA_USE_PREBUILT_BOOTSTRAP_COMPILER: 'no'
            LAVA_URL_PREBUILT_BOOTSTRAP_COMPILER: 'http://people.linaro.org/~andrew.mcdermott/go-armhf/go1.4.tar.bz2'
            LAVA_GO_BRANCH: 'merge.arm64'
      timeout: 1800

  - command: submit_results
    parameters:
      server: 'http://openstack.validation.linaro.org/RPC2/'
      stream: '/public/personal/frobware/go-arm64/'