aboutsummaryrefslogtreecommitdiff
path: root/lkft-android-common-gateway.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-10 22:44:08 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-03-10 14:49:30 +0000
commitda492a720a356897edd7ad5ed1934e568c5227be (patch)
treea37c58fa9b9c294dd4104c224c8f41f54ff49771 /lkft-android-common-gateway.yaml
parente95da94e6bb0166aa055e2fb19207551fa562a90 (diff)
lkft-android-common-gateway.yaml: update display name and clean property files
so that build won't be triggered incorrectly with the leftover files Change-Id: Ie0e042763572a76b7fb7e3f91024fdbf14c2a4e4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-android-common-gateway.yaml')
-rw-r--r--lkft-android-common-gateway.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lkft-android-common-gateway.yaml b/lkft-android-common-gateway.yaml
index 31b6824fd5..29cdea0cb9 100644
--- a/lkft-android-common-gateway.yaml
+++ b/lkft-android-common-gateway.yaml
@@ -31,7 +31,7 @@
default: "false"
disabled: false
node: triggers
- display-name: 'Trigger for changes on android common kernel'
+ display-name: 'Gateway for changes on android common kernels'
wrappers:
- timestamps
- build-name:
@@ -43,7 +43,8 @@
- shell: |
#!/bin/bash -ex
- rm -f "all-kernels.txt" "api_callbacks_properties.txt" "lkft-${KERNEL_BRANCH}.txt" "lkft-${KERNEL_BRANCH}-x15.txt" "lkft-${KERNEL_BRANCH}-hikey.txt"
+ # clean the property files for the builds that to be triggered
+ rm -f "all-kernels.txt" "api_callbacks_properties.txt" "lkft-android12-5.4-x15.txt" "lkft-android-mainline-x15.txt" "lkft-android-mainline-hikey.txt"
skip_build=false
if [ "X${IGNORE_KERNELVERSION_CHECK}X" == "XfalseX" ]; then
ssh-keyscan -p 29418 android-review.linaro.org >> ~/.ssh/known_hosts