diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-27 12:32:51 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-27 12:32:51 +0200 |
commit | 864cafb579d374d3256d4345ee4921a5f8599c87 (patch) | |
tree | 52df3dd816a7bb8a1033b098efb32fe9aafcf892 /jjb | |
parent | f1a042959c83bf712886863b98318159decf555d (diff) |
Temporarily remove sota from CI
Added back later through agl-ci-change-feature.
Change-Id: Ie49f5bb295587f24e37b997cacb5b0bcbcfe1e16
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 4ee4cc6c..00c70c8c 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -29,7 +29,7 @@ export TARGETPROJECT="AGL/AGL-repo" export TARGETBRANCH="master" export TARGETREFSPEC="refs/heads/master" -export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-sota agl-devel" +export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-devel" export TARGETFEATURES="agl-demo ${TARGETFEATURESnogfx}" export TARGETQA="" |