aboutsummaryrefslogtreecommitdiff
path: root/lkft-android-common-gateway.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-09 23:24:02 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-03-09 23:24:02 +0800
commit791e551f2835d1d9f59a27fc8ae5f85b7cc4af5e (patch)
tree38f9dfcb2305f6f2a850637d77e22e453bcd5608 /lkft-android-common-gateway.yaml
parente9fbc068ab8165086fd49e017ac1b3f0f8d26daa (diff)
lkft: enable triggering only one build for the same kernel minor version
Change-Id: I4ee6c64fec10967491381d76dce20c451e7d0e22 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-android-common-gateway.yaml')
-rw-r--r--lkft-android-common-gateway.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/lkft-android-common-gateway.yaml b/lkft-android-common-gateway.yaml
index 9c3d612598..95cda5148b 100644
--- a/lkft-android-common-gateway.yaml
+++ b/lkft-android-common-gateway.yaml
@@ -92,8 +92,6 @@
echo "CALLER_JOB_NAME=${JOB_NAME}" >> ${f_gki_kernel}
echo "CALLER_BUILD_NUMBER=${BUILD_NUMBER}" >>${f_gki_kernel}
echo "ANDROID_BUILD_CONFIG=lkft-gki-${KERNEL_BRANCH}" >>${f_gki_kernel}
- # TODO needs to be removed when used officially
- echo "ANDROID_BUILD_CONFIG_TO_BE_TRIGGERED=lkft-not-exist-for-test" >>${f_gki_kernel}
cp -fv "${f_gki_kernel}" "api_callbacks_properties.txt"
fi
@@ -107,7 +105,12 @@
- trigger-builds:
- project: lkft-gki-kernel
property-file: all-kernels.txt
- # TODO: needs to add other x15/hikey projects
+ - project: lkft-generic-omap-build
+ property-file: lkft-android12-5.4-x15.txt
+ - project: lkft-generic-omap-build
+ property-file: lkft-android-mainline-x15.txt
+ - project: lkft-generic-build
+ property-file: lkft-android-mainline-hikey.txt
publishers:
- email:
recipients: 'yongqin.liu@linaro.org'