| device_type: pixel3 |
| job_name: microbenchmarks |
| timeouts: |
| job: |
| minutes: 270 |
| action: |
| minutes: 30 |
| connection: |
| minutes: 2 |
| priority: medium |
| |
| visibility: |
| group: |
| - linaro-art |
| |
| reboot_to_fastboot: false |
| |
| metadata: |
| source: https://git.linaro.org/qa/test-definitions.git |
| path: microbenchmarks_32.yaml |
| |
| protocols: |
| lava-lxc: |
| name: lxc-microbenchmarks |
| distribution: ubuntu |
| release: bionic |
| arch: amd64 |
| verbose: true |
| |
| secrets: |
| ART_TOKEN: "%%ART_TOKEN%%" |
| ARTIFACTORIAL_TOKEN: "%%ARTIFACTORIAL_TOKEN%%" |
| QA_REPORTS_TOKEN: "%%QA_REPORTS_TOKEN%%" |
| |
| actions: |
| - deploy: |
| namespace: tlxc |
| timeout: |
| minutes: 5 |
| to: lxc |
| packages: |
| - systemd |
| - systemd-sysv |
| os: debian |
| |
| - boot: |
| namespace: tlxc |
| prompts: |
| - 'root@(.*):/#' |
| timeout: |
| minutes: 5 |
| method: lxc |
| |
| - test: |
| namespace: tlxc |
| connection: lxc |
| timeout: |
| minutes: 300 |
| definitions: |
| - repository: https://git.linaro.org/qa/test-definitions.git |
| from: git |
| path: automated/android/microbenchmarks/microbenchmarks.yaml |
| params: |
| SNAPSHOTS_URL: "%%DOWNLOAD_URL%%" |
| SOURCE_PROJECT_NAME: "%%ANDROID_META_NAME%%" |
| SOURCE_BUILD_NUMBER: "%%ANDROID_META_BUILD%%" |
| SOURCE_BUILD_URL: "%%ANDROID_META_URL%%" |
| SOURCE_BRANCH_NAME: "master" |
| SOURCE_GERRIT_CHANGE_NUMBER: "%%GERRIT_CHANGE_NUMBER%%" |
| SOURCE_GERRIT_PATCHSET_NUMBER: "%%GERRIT_PATCHSET_NUMBER%%" |
| SOURCE_GERRIT_CHANGE_URL: "%%GERRIT_CHANGE_URL%%" |
| SOURCE_GERRIT_CHANGE_ID: "%%GERRIT_CHANGE_ID%%" |
| ART_URL: "https://art-reports.linaro.org" |
| LUNCH_TARGET: "arm_krait" |
| BUILD_TARBALL: "test-arm-fs.txz" |
| ITERATIONS: "10" |
| MODE: "32" |
| QA_REPORTS_URL: "https://qa-reports.linaro.org" |
| name: microbenchmarks |