diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-10-30 13:45:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-22 13:53:47 +0000 |
commit | 04bf517aac819a6ee4a9b3a14f32ee7dd9807bc2 (patch) | |
tree | f46f6c19fbe66e12dcaad8cda6c71e809f99a5b5 /templates/feature | |
parent | 51eb7a5b152e80e4ad09419e52e4d7b924365c92 (diff) |
Add ptest to ci and snapshot builds
Now we are able to run the ptest's , thus add them to the build
Change-Id: I9779625065a893a03b87b913569ed0699d85ed5e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature')
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/feature/agl-ci-change-features-nogfx/included.dep b/templates/feature/agl-ci-change-features-nogfx/included.dep index 5f81aca5b..4c443beaf 100644 --- a/templates/feature/agl-ci-change-features-nogfx/included.dep +++ b/templates/feature/agl-ci-change-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot agl-audio-4a-framework agl-buildstats
\ No newline at end of file +agl-devel agl-netboot agl-audio-4a-framework agl-buildstats agl-ptest
\ No newline at end of file diff --git a/templates/feature/agl-ci-change-features/included.dep b/templates/feature/agl-ci-change-features/included.dep index a11610dc4..2038c3eae 100644 --- a/templates/feature/agl-ci-change-features/included.dep +++ b/templates/feature/agl-ci-change-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-audio-4a-framework agl-buildstats +agl-demo agl-devel agl-netboot agl-audio-4a-framework agl-buildstats agl-ptest diff --git a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep index ee033d49c..73804f07b 100644 --- a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep +++ b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot agl-archiver agl-audio-4a-framework agl-buildstats +agl-devel agl-netboot agl-archiver agl-audio-4a-framework agl-buildstats agl-ptest diff --git a/templates/feature/agl-ci-snapshot-features/included.dep b/templates/feature/agl-ci-snapshot-features/included.dep index d80862995..4abe2daf7 100644 --- a/templates/feature/agl-ci-snapshot-features/included.dep +++ b/templates/feature/agl-ci-snapshot-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-archiver agl-audio-4a-framework agl-buildstats +agl-demo agl-devel agl-netboot agl-archiver agl-audio-4a-framework agl-buildstats agl-ptest |