nodejs/plans.fmf
2025-01-08 12:49:33 +01:00

37 lines
588 B
Text

# Shared metadata
discover:
how: fmf
execute:
how: tmt
environment:
KOJI_BUILD_ID: 123
provision:
how: container
image: 'fedora:rawhide'
prepare:
- name: Install test deps
how: install
package:
- beakerlib
- koji
- libuv
- cpio
- name: Install fresh packages from Koji
how: shell
script: ./install-rpms.sh
# Filtering
/all:
summary: Run all available tests
/smoke:
summary: Run all smoke tests
discover:
how: fmf
filter: "tier: smoke"
/integration:
summary: Run all intergraion tests
discover:
how: fmf
filter: "tier: integration"