From dea68d223b4773c40503c281bae728d77d56dfd6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 6 Mar 2018 22:49:28 +0100 Subject: Adapt target image selection in jenkins job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes use of the provided feature shortcuts. Change-Id: Ic5983c17e41e8c13a15c542ca9f01048d117a3f0 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb/common/include-agl-header.sh') diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index fab036db..946b2e92 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -29,12 +29,12 @@ export TARGETPROJECT="AGL/AGL-repo" export TARGETBRANCH="master" export TARGETREFSPEC="refs/heads/master" -export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-devel" -export TARGETFEATURES="agl-demo ${TARGETFEATURESnogfx}" +export TARGETFEATURESnogfx="agl-ci-change-features-nogfx" +export TARGETFEATURES="agl-ci-change-features" export TARGETQA="" export TARGETIMAGE="agl-demo-platform\${TARGETQA}" -export TARGETIMAGEnogfx="core-image-minimal" +export TARGETIMAGEnogfx="agl-image-ivi-crosssdk" export TARGETSDKIMAGE="agl-demo-platform-crosssdk" -- cgit 1.2.3-korg