From ddc7dc1b5e10b7084fcc157d62d94b34bbdb713e Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Tue, 18 Jul 2017 13:41:59 +0100 Subject: lkft: use git describe and git commit from trigger This patch moves AOSP kernel builds to use git commit and git describe which are already set by the trigger. This way there will be a consistent version of these variables for both AOSP and OE builds. Change-Id: I8fec9700bfd06efa3e682bf25fac7e1ba11218fb Signed-off-by: Milosz Wasilewski --- trigger-lkft-hikey-aosp-4.9.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'trigger-lkft-hikey-aosp-4.9.yaml') diff --git a/trigger-lkft-hikey-aosp-4.9.yaml b/trigger-lkft-hikey-aosp-4.9.yaml index fa0e219b60..cd4656b702 100644 --- a/trigger-lkft-hikey-aosp-4.9.yaml +++ b/trigger-lkft-hikey-aosp-4.9.yaml @@ -16,7 +16,7 @@ default: 'android-hikey-linaro-4.9' disabled: false node: master - display-name: 'Trigger for LKFT HiKey builds' + display-name: 'Trigger for LKFT HiKey builds (4.9 branch)' scm: - git: remotes: @@ -43,12 +43,13 @@ echo KERNEL_DESCRIBE=$(git describe --always) > lkft_parameters echo SRCREV_kernel=${GIT_COMMIT} >> lkft_parameters cat lkft_parameters - - trigger-builds: - - project: - - 'lkft-hikey-aosp-4.9' publishers: - trigger-parameterized-builds: - project: - 'openembedded-lkft-aosp-4.9' condition: SUCCESS property-file: lkft_parameters + - project: + - 'lkft-hikey-aosp-4.4' + condition: SUCCESS + property-file: lkft_parameters -- cgit v1.2.3