From: Jan-Simon Möller Date: Tue, 6 Mar 2018 21:49:28 +0000 (+0100) Subject: Adapt target image selection in jenkins job X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F13557%2F1;p=ci-management.git Adapt target image selection in jenkins job This makes use of the provided feature shortcuts. Change-Id: Ic5983c17e41e8c13a15c542ca9f01048d117a3f0 Signed-off-by: Jan-Simon Möller --- 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"