diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-01-06 18:12:41 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-01-06 18:12:41 +0100 |
commit | a345b6a6a46e69f456885f77a77312e30385d3df (patch) | |
tree | 195d1b94031a59d177318e4813f779be315d842c | |
parent | aab6972696c3328dea5a380b9b78df9f9d9c3fd1 (diff) |
Enable agl-ci by default
Change-Id: Ie71bd1bc386fabf0b216efd0bdf1246a30c68541
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | jjb/common/include-agl-header.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 857a6ea6..c837b934 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -29,8 +29,8 @@ export TARGETPROJECT="AGL/AGL-repo" export TARGETBRANCH="master" export TARGETREFSPEC="refs/heads/master" -export TARGETFEATURESnogfx="agl-ci-change-features-nogfx" -export TARGETFEATURES="agl-ci-change-features" +export TARGETFEATURESnogfx="agl-ci-change-features-nogfx agl-ci" +export TARGETFEATURES="agl-ci-change-features agl-ci" export TARGETQA="" export TARGETIMAGE="agl-demo-platform\${TARGETQA}" |