mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-13 09:57:03 +00:00
6d59786363
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>
14 lines
247 B
Desktop File
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
|