Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-image-recipes
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Denis Pynkin
apertis-image-recipes
Commits
9d4cd9c7
Commit
9d4cd9c7
authored
6 years ago
by
Denis Pynkin
Browse files
Options
Downloads
Patches
Plain Diff
WIP: test of tests
parent
0e2fa74c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apertis-ospack.yaml
+3
-8
3 additions, 8 deletions
apertis-ospack.yaml
apertis-ostree-commit.yaml
+120
-0
120 additions, 0 deletions
apertis-ostree-commit.yaml
with
123 additions
and
8 deletions
apertis-ospack.yaml
+
3
−
8
View file @
9d4cd9c7
...
...
@@ -6,6 +6,8 @@
{{
- $ospack
:
= or .ospack (printf "ospack_%s-%s-%s_%s.tar.gz" $suite $architecture $type $timestamp) -
}}
{{
- $demopack
:
= or .demopack "disabled" -
}}
{{
- $tests
:
= or .tests "disabled" -
}}
architecture
:
{{
$architecture
}}
actions
:
...
...
@@ -67,6 +69,7 @@ actions:
packages
:
-
connman
-
wpasupplicant
-
curl
-
action
:
apt
description
:
"
AppArmor
packages"
...
...
@@ -81,13 +84,6 @@ actions:
-
newport
-
ribchester-core
-
action
:
apt
description
:
"
Test
environment
packages"
packages
:
-
net-tools
-
openssh-client
-
openssh-server
-
vim.tiny
{{
- if eq $type "target" "development" "sdk"
}}
-
action
:
apt
...
...
@@ -147,7 +143,6 @@ actions:
-
iproute
-
iptables
-
kmod
-
libegl1-mesa-drivers
-
libgupnp-1.0-4
-
liblockfile-bin
-
libnss-myhostname
...
...
This diff is collapsed.
Click to expand it.
apertis-ostree-commit.yaml
+
120
−
0
View file @
9d4cd9c7
...
...
@@ -9,6 +9,9 @@
{{
$ostreelocal
:
= or .ostreelocal "repo"
}}
{{
$message
:
= or .message "Update"
}}
{{
$tests
:
= or .tests "disable"
}}
{{
- $mirror
:
= or .mirror "https
:
//repositories.apertis.org/apertis/" -
}}
architecture
:
{{
$architecture
}}
actions
:
...
...
@@ -36,6 +39,123 @@ actions:
# as soon as merged "/usr" will be introduced
-
ostree
{{
if ne $tests "disable"
}}
-
action
:
run
chroot
:
true
script
:
scripts/apt_source.chroot -m {{ $mirror }} -r {{ $suite }} development
-
action
:
apt
description
:
"
Test
environment
packages"
packages
:
-
net-tools
-
openssh-client
-
openssh-server
-
vim.tiny
-
action
:
apt
description
:
"
Packages
for
bluez
test"
packages
:
-
chaiwala-tests
-
action
:
apt
description
:
"
Packages
for
tests"
packages
:
-
apertis-tests
-
apertis-tests-apparmor-dbus
-
apertis-tests-apparmor-geoclue
-
apertis-tests-apparmor-goals
-
apertis-tests-apparmor-gstreamer1.0
-
apertis-tests-apparmor-pulseaudio
-
apertis-tests-apparmor-report
-
apertis-tests-apparmor-tracker
-
apertis-tests-apparmor-tumbler
-
apertis-tests-bin
-
apparmor
-
apparmor-demo
-
apparmor-profiles
-
apparmor-tests
-
apparmor-utils-tests
-
bash
-
build-essential
-
busybox
-
canterbury
-
canterbury-dev
-
canterbury-tests
-
chaiwala-apparmor-profiles
-
chaiwala-test-media
-
chaiwala-tests
-
cpuburn
-
curl
-
dbus
-
dbus-dbgsym
-
dbus-tests
-
dbus-tests-dbgsym
-
devscripts
-
didcot-tests
-
dpkg-dev
-
evolution-data-server
-
folks-tools
-
frome-tests
-
gettext
-
gir1.2-grilo-0.2
-
gir1.2-gst-plugins-base-1.0
-
gir1.2-gstreamer-1.0
-
gir1.2-tracker-1.0
-
gnome-desktop-testing
-
grilo-plugins-0.2
-
libbredon-0-tests
-
libcroesor-0-dev
-
libcroesor-0-tests
-
libdbus-1-3-dbgsym
-
libfolks-eds25
-
libfolks-ofono25
-
libfolks-telepathy25
-
libglib2.0-bin
-
libglib2.0-tests
-
libgupnp-1.0-tests
-
liblightwood-dev
-
libmildenhall-0-dev
-
librest-0.7-tests
-
librhosydd-0-dev
-
librhosydd-0-tests
-
libshoreham-0-tests
-
libsoup2.4-tests
-
libsqlite3-tests
-
libthornbury-0-dev
-
libthornbury-dev
-
libtraprain-0-tests
-
make
-
mildenhall-dev
-
mktemp
-
newport-tests
-
ofono-tests
-
perl-doc
-
policykit-1
-
procps
-
python3
-
python3-dbus
-
python3-debian
-
python3-gi
-
rhosydd-tests
-
rhosydd-tools
-
ribchester
-
ribchester-dev
-
ribchester-tests
-
ribchester-tools
-
ruby
-
syncevolution
-
telepathy-gabble
-
telepathy-mission-control-5
-
telepathy-phoenix
-
telepathy-ring
-
tracker
-
tumbler
-
uuid-runtime
-
webkit2gtk-testing
-
wget
{{
end
}}
-
action
:
run
description
:
Cleanup /var/lib
script
:
scripts/remove_var_lib_parts.binary
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment