aboutsummaryrefslogtreecommitdiff
path: root/linaro-art
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2019-09-11 10:11:02 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-09-11 09:56:56 +0000
commit5a9f2edaf9ffaf29797426af36a13b275ccd44d5 (patch)
tree9aa0e3d0ad7da1a3627f2880d2933d3a7eb86a36 /linaro-art
parenta13ca5b44a4e81aac13e986af9ea98f4565aa556 (diff)
Microbenchmarks: disable pixel, enable pixel3
Change-Id: If3aab03c2cab5e3667d63fb8a2cd2be8d96deb6e
Diffstat (limited to 'linaro-art')
-rw-r--r--linaro-art/microbenchmarks/baseline-builders.yaml.inc4
-rw-r--r--linaro-art/microbenchmarks/builders.sh4
-rw-r--r--linaro-art/microbenchmarks/builders.yaml.inc2
3 files changed, 5 insertions, 5 deletions
diff --git a/linaro-art/microbenchmarks/baseline-builders.yaml.inc b/linaro-art/microbenchmarks/baseline-builders.yaml.inc
index f65fa39829..4a7bb78310 100644
--- a/linaro-art/microbenchmarks/baseline-builders.yaml.inc
+++ b/linaro-art/microbenchmarks/baseline-builders.yaml.inc
@@ -13,13 +13,13 @@
property-file: post_build_lava_parameters
block: true
- shell: |
- sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/pixel/microbenchmarks_64.yaml#g" ${WORKSPACE}/post_build_lava_parameters
+ sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/pixel3/microbenchmarks_64.yaml#g" ${WORKSPACE}/post_build_lava_parameters
- trigger-builds:
- project: 'post-build-lava'
property-file: post_build_lava_parameters
block: true
- shell: |
- sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/pixel/microbenchmarks_32.yaml#g" ${WORKSPACE}/post_build_lava_parameters
+ sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/pixel3/microbenchmarks_32.yaml#g" ${WORKSPACE}/post_build_lava_parameters
- trigger-builds:
- project: 'post-build-lava'
property-file: post_build_lava_parameters
diff --git a/linaro-art/microbenchmarks/builders.sh b/linaro-art/microbenchmarks/builders.sh
index 6a8512ae81..89d7c13312 100644
--- a/linaro-art/microbenchmarks/builders.sh
+++ b/linaro-art/microbenchmarks/builders.sh
@@ -47,7 +47,7 @@ time python ${HOME}/bin/linaro-cp.py \
# Construct post-build-lava parameters
cat << EOF > ${WORKSPACE}/post_build_lava_parameters
-DEVICE_TYPE=nexus5x
+DEVICE_TYPE=pixel3
TARGET_PRODUCT=pixel
MAKE_TARGETS=droidcore
JOB_NAME=${JOB_NAME}
@@ -60,7 +60,7 @@ GERRIT_CHANGE_URL=${GERRIT_CHANGE_URL}
GERRIT_CHANGE_ID=${GERRIT_CHANGE_ID}
FRONTEND_JOB_NAME=${JOB_NAME}
DOWNLOAD_URL=http://snapshots.linaro.org/android/$JOB_NAME/$BUILD_NUMBER
-CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/nexus5x/microbenchmarks_32.yaml
+CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/pixel3/microbenchmarks_32.yaml
SKIP_REPORT=true
QA_REPORTS_TOKEN=${QA_REPORTS_TOKEN}
EOF
diff --git a/linaro-art/microbenchmarks/builders.yaml.inc b/linaro-art/microbenchmarks/builders.yaml.inc
index 921be6aab2..e81b4b2a20 100644
--- a/linaro-art/microbenchmarks/builders.yaml.inc
+++ b/linaro-art/microbenchmarks/builders.yaml.inc
@@ -7,7 +7,7 @@
property-file: post_build_lava_parameters
block: true
- shell: |
- sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/nexus5x/microbenchmarks_64.yaml#g" ${WORKSPACE}/post_build_lava_parameters
+ sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/plain/android/pixel3/microbenchmarks_64.yaml#g" ${WORKSPACE}/post_build_lava_parameters
- trigger-builds:
- project: 'post-build-lava'
property-file: post_build_lava_parameters