Julien Duraj | ae19550 | 2019-09-11 09:50:09 +0100 | [diff] [blame^] | 1 | device_type: pixel3 |
| 2 | job_name: microbenchmarks |
| 3 | timeouts: |
| 4 | job: |
| 5 | minutes: 270 |
| 6 | action: |
| 7 | minutes: 30 |
| 8 | connection: |
| 9 | minutes: 2 |
| 10 | priority: medium |
| 11 | |
| 12 | visibility: |
| 13 | group: |
| 14 | - linaro-art |
| 15 | |
| 16 | reboot_to_fastboot: false |
| 17 | |
| 18 | metadata: |
| 19 | source: https://git.linaro.org/qa/test-definitions.git |
| 20 | path: microbenchmarks_64.yaml |
| 21 | |
| 22 | protocols: |
| 23 | lava-lxc: |
| 24 | name: lxc-microbenchmarks |
| 25 | distribution: ubuntu |
| 26 | release: xenial |
| 27 | arch: amd64 |
| 28 | verbose: true |
| 29 | |
| 30 | secrets: |
| 31 | ART_TOKEN: "%%ART_TOKEN%%" |
| 32 | ARTIFACTORIAL_TOKEN: "%%ARTIFACTORIAL_TOKEN%%" |
| 33 | QA_REPORTS_TOKEN: "%%QA_REPORTS_TOKEN%%" |
| 34 | |
| 35 | actions: |
| 36 | - deploy: |
| 37 | namespace: tlxc |
| 38 | timeout: |
| 39 | minutes: 5 |
| 40 | to: lxc |
| 41 | packages: |
| 42 | - systemd |
| 43 | - systemd-sysv |
| 44 | os: debian |
| 45 | |
| 46 | - boot: |
| 47 | namespace: tlxc |
| 48 | prompts: |
| 49 | - 'root@(.*):/#' |
| 50 | timeout: |
| 51 | minutes: 5 |
| 52 | method: lxc |
| 53 | |
| 54 | - test: |
| 55 | namespace: tlxc |
| 56 | connection: lxc |
| 57 | timeout: |
| 58 | minutes: 300 |
| 59 | definitions: |
| 60 | - repository: https://git.linaro.org/qa/test-definitions.git |
| 61 | from: git |
| 62 | path: automated/android/microbenchmarks/microbenchmarks.yaml |
| 63 | params: |
| 64 | SNAPSHOTS_URL: "%%DOWNLOAD_URL%%" |
| 65 | SOURCE_PROJECT_NAME: "%%ANDROID_META_NAME%%" |
| 66 | SOURCE_BUILD_NUMBER: "%%ANDROID_META_BUILD%%" |
| 67 | SOURCE_BUILD_URL: "%%ANDROID_META_URL%%" |
| 68 | SOURCE_BRANCH_NAME: "master" |
| 69 | SOURCE_GERRIT_CHANGE_NUMBER: "%%GERRIT_CHANGE_NUMBER%%" |
| 70 | SOURCE_GERRIT_PATCHSET_NUMBER: "%%GERRIT_PATCHSET_NUMBER%%" |
| 71 | SOURCE_GERRIT_CHANGE_URL: "%%GERRIT_CHANGE_URL%%" |
| 72 | SOURCE_GERRIT_CHANGE_ID: "%%GERRIT_CHANGE_ID%%" |
| 73 | ART_URL: "https://art-reports.linaro.org" |
| 74 | LUNCH_TARGET: "armv8" |
| 75 | BUILD_TARBALL: "test-armv8-fs.txz" |
| 76 | ITERATIONS: "10" |
| 77 | MODE: "64" |
| 78 | QA_REPORTS_URL: "https://qa-reports.linaro.org" |
| 79 | name: microbenchmarks |