aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-aosp-master.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-01-22 18:36:37 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-01-22 18:57:14 +0530
commit39e315da5b9a461d0804b2704cad3770424d341f (patch)
tree638e0c667f1813d0ac90f0c80d2190995194c837 /96boards-hikey-aosp-master.yaml
parent05f423533f85a2ee317942843c2347a496547c49 (diff)
96boards-hikey-aosp-master: enable CTS testing
Submit jobs to staging-qa-reports for now for testing Change-Id: Ie3aa26292c078b68072422d4868b7a9c9ff7ca36 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to '96boards-hikey-aosp-master.yaml')
-rw-r--r--96boards-hikey-aosp-master.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/96boards-hikey-aosp-master.yaml b/96boards-hikey-aosp-master.yaml
index 6af808703f..dbc96b35b3 100644
--- a/96boards-hikey-aosp-master.yaml
+++ b/96boards-hikey-aosp-master.yaml
@@ -19,7 +19,7 @@
default: 'hikey-aosp-master'
- string:
name: QA_SERVER
- default: 'https://qa-reports.linaro.org'
+ default: 'https://staging-qa-reports.linaro.org'
- string:
name: QA_SERVER_PROJECT
default: 'aosp-master-vts-tracking'
@@ -49,6 +49,12 @@
- text:
credential-id: ARTIFACTORIAL_TOKEN
variable: ARTIFACTORIAL_TOKEN
+ - text:
+ credential-id: AP_SSID
+ variable: AP_SSID
+ - text:
+ credential-id: AP_KEY
+ variable: AP_KE
builders:
- shell: |
#!/bin/bash
@@ -169,6 +175,7 @@
export KERNEL_REPO=android-hikey-linaro-4.9
export ANDROID_VERSION=aosp-master-$(date --iso-8601)
export VTS_VERSION=$(echo $VTS_URL | awk -F"/" '{print$(NF-1)}')
+ export CTS_VERSION=$(echo $CTS_URL | awk -F"/" '{print$(NF-1)}')
export QA_BUILD_VERSION=${BUILD_NUMBER}
rm -rf configs
@@ -183,7 +190,7 @@
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${QA_BUILD_VERSION} \
--template-path configs/lkft/lava-job-definitions \
- --template-names template-boot.yaml template-vts-kernel-part1.yaml template-vts-kernel-part2.yaml template-vts-kernel-part3.yaml template-vts-kernel-part4.yaml template-vts-staging-kernel.yaml \
+ --template-names template-boot.yaml template-vts-kernel-part1.yaml template-vts-kernel-part2.yaml template-vts-kernel-part3.yaml template-vts-kernel-part4.yaml template-vts-staging-kernel.yaml template-cts-armeabi-v7a.yaml template-cts-arm64-v8a.yaml \
--quiet
publishers: