aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-android-common-weekly.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2020-08-13 11:19:12 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2020-08-13 11:19:12 +0800
commit49dd1026a21e26d9ad2054587a5feb88b30db80d (patch)
tree863c025f0a688adf4789f05cd07a0bb566e815ec /trigger-lkft-android-common-weekly.yaml
parent1358691f24f59047b86d41e46657c03fc02175a5 (diff)
lkft android: update to use kernelversion and short commit as describe
as the kernel version was not displayed when tags like ASB-xx created Change-Id: Iae56b38fd84fb3287708fced88116ab150d83436 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'trigger-lkft-android-common-weekly.yaml')
-rw-r--r--trigger-lkft-android-common-weekly.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/trigger-lkft-android-common-weekly.yaml b/trigger-lkft-android-common-weekly.yaml
index 523db414a4..8f279f371d 100644
--- a/trigger-lkft-android-common-weekly.yaml
+++ b/trigger-lkft-android-common-weekly.yaml
@@ -41,7 +41,7 @@
MAKE_KERNELVERSION=$(make kernelversion)
KERNEL_BRANCH=${GIT_BRANCH#android-common/}
- KERNEL_DESCRIBE=$(git describe --always)-$(date +%Y%m%d%H%M)
+ KERNEL_DESCRIBE=${MAKE_KERNELVERSION}-${GIT_COMMIT:0:12}-$(date +%Y%m%d%H%M)
echo KERNEL_DESCRIBE=${KERNEL_DESCRIBE} > properties.txt
echo KERNEL_BRANCH=${KERNEL_BRANCH} >> properties.txt