From 13c459c78815bb9d87f0a0e70e9bc9b6b5a46b6e Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Wed, 27 Sep 2017 16:21:12 +0900 Subject: [PATCH] 1. Do gbs fullbuild with all repositories and architectures 2. Expandable gbs fullbuild support profile Change-Id: I676c010c342d9b00951fea0964342aaef1d30065 --- jobs/gbs-ref-fullbuild/config.xml | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/jobs/gbs-ref-fullbuild/config.xml b/jobs/gbs-ref-fullbuild/config.xml index 5519e56..edbdd44 100644 --- a/jobs/gbs-ref-fullbuild/config.xml +++ b/jobs/gbs-ref-fullbuild/config.xml @@ -13,7 +13,7 @@ 7 - 1000 + -1 7 1000 @@ -25,33 +25,22 @@ - TIZEN_PROFILE - Tizen profile which is supported by gbs fullbuild. Select one of below profile. -Tizen:Unified -Tizen:3.0:Mobile -Tizen:3.0:TV -Tizen:3.0:Wearable -Tizen:3.0:IVI -Tizen:3.0:Common + SUPPORT_PROFILES + GBS reference fullbuild support profiles - Tizen:Unified - Tizen:3.0:Mobile - Tizen:3.0:TV - Tizen:3.0:Wearable - Tizen:3.0:IVI - Tizen:3.0:Common + Tizen:Unified Tizen:4.0:Unified - - REPOSITORY - Repository to be built - standard - + + ALL_REPO_ARCH_BUILD + Check whether gbs reference fullbuild will be done for all repositories and architecures + true + ARCHITECTURE - Architecture to be built + architecthure to build if gbsfullbuild will be done for one repo/arch (i.e. ALL_REPO_ARCH_BUILD is unchecked) armv7l @@ -101,7 +90,7 @@ Tizen:3.0:Common - public_gerrit_rabbitmq + __ANY__ @@ -182,4 +171,4 @@ python ${WORKSPACE}/jenkins-scripts/job_gbs_ref_fullbuild.py - + \ No newline at end of file -- 2.7.4