btrfs-progs/ci/gitlab/btrfs-progs-tests.service
Lakshmipathi.G 6d59786363 btrfs-progs: ci: setup GitLab-CI
Make use of GitLab-CI nested virutal environment to start QEMU instance
inside containers and perform btrfs-progs build, execute unit test cases
and save the logs.

This allows to run the progs testsuite on a recent kernel, newer than
what CI instances usually provide. As this is is emulated, the runtime
is longer.

Issue: #171
Signed-off-by: Lakshmipathi.G <lakshmipathi.ganapathi@collabora.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2019-10-16 23:03:52 +02:00

14 lines
247 B
Desktop File

[Unit]
Description=Execute build_or_run_btrfs-progs.sh on console
[Service]
ExecStart=/usr/bin/build_or_run_btrfs-progs.sh
StandardInput=tty
StandardOutput=tty
TTYPath=/dev/ttyS0
Type=idle
[Install]
WantedBy=getty.target
After=multi-user.target