aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-03-06 22:49:28 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-03-06 22:49:28 +0100
commitdea68d223b4773c40503c281bae728d77d56dfd6 (patch)
tree9b3356f69769d8e4b5b3a36b833e40a3b106e6e1 /jjb/common/include-agl-header.sh
parent7ed27abddd1c36ee511f092aece5a112854e2e22 (diff)
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh6
1 files changed, 3 insertions, 3 deletions
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"