chore(tests): Add extra test recipes

This commit is contained in:
Gerald Pinder 2025-05-08 23:30:45 -04:00
parent b2253d598a
commit 0896907c0b
13 changed files with 235 additions and 399 deletions

View file

@ -7,63 +7,4 @@ image-version: latest
stages:
- from-file: stages.yml
modules:
- from-file: akmods.yml
- from-file: flatpaks.yml
- type: files
files:
- source: usr
destination: /usr
- type: script
scripts:
- example.sh
- type: dnf
repos:
files:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
packages:
- micro
- starship
remove:
packages:
- firefox
- firefox-langpacks
- type: signing
- type: test-module
source: local
- type: test-nu-modules
source: local
test-prop:
- this
- is
- a
- test
- type: containerfile
containerfiles:
- labels
snippets:
- RUN echo "This is a snippet" && ostree container commit
- type: copy
from: alpine-test
src: /test.txt
dest: /
- type: copy
from: ubuntu-test
src: /test.txt
dest: /
- type: copy
from: debian-test
src: /test.txt
dest: /
- type: copy
from: fedora-test
src: /test.txt
dest: /
- from-file: common.yml