aboutsummaryrefslogtreecommitdiff
path: root/dummy-ssh-job.yaml
blob: 17e14c46661012b5716f92ae3f5d86928b14b986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: 900