diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-03-06 22:49:28 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-03-06 22:49:28 +0100 |
commit | dea68d223b4773c40503c281bae728d77d56dfd6 (patch) | |
tree | 9b3356f69769d8e4b5b3a36b833e40a3b106e6e1 /jjb | |
parent | 7ed27abddd1c36ee511f092aece5a112854e2e22 (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')
-rw-r--r-- | jjb/common/include-agl-header.sh | 6 |
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" |