Run autopkgtest for SUBPROJECT=minimized

ubuntu/artful
Balint Reczey 7 years ago
parent 2ef2aee456
commit 2dcf16634b

@ -1,3 +1,7 @@
Tests: default-bootstraps Tests: default-bootstraps
Depends: @, lsb-release Depends: @, lsb-release
Restrictions: needs-root isolation-machine Restrictions: needs-root isolation-machine
Tests: minimized
Depends: @, lsb-release
Restrictions: needs-root isolation-machine

@ -30,6 +30,7 @@ ALL_TRIPLETS="
ubuntu-budgie-live:: ubuntu-budgie-live::
ubuntu-core:system-image:ubuntu-core ubuntu-core:system-image:ubuntu-core
ubuntu-cpc::ubuntu-cpc ubuntu-cpc::ubuntu-cpc
ubuntu-cpc:minimized:ubuntu-cpc
ubuntu-desktop-next:system-image:ubuntu-desktop-next ubuntu-desktop-next:system-image:ubuntu-desktop-next
ubuntu-desktop-next::ubuntu-desktop-next ubuntu-desktop-next::ubuntu-desktop-next
ubuntu-dvd:: ubuntu-dvd::

@ -0,0 +1,3 @@
#!/bin/bash
env SELECTED_TRIPLETS=ubuntu-cpc:minimized:ubuntu-cpc debian/tests/default-bootstraps
Loading…
Cancel
Save