ruby4.0/plans/public.fmf
Jarek Prokop a04fe22d88 Initial commit on c10s.
Resolves: RHEL-133550
2026-02-13 10:54:40 +01:00

27 lines
617 B
Plaintext

summary: Public (CentOS) beakerlib tests
adjust+:
- when: distro == centos-stream
because: Update all packages and reboot
discover+<:
- name: update-and-reboot
how: shell
tests:
- name: update
test: dnf update --refresh -y
- name: reboot
test: "[[ $TMT_REBOOT_COUNT == 0 ]] && tmt-reboot || echo Already rebooted"
environment+:
RUBY: "ruby4.0"
GEM: "gem4.0"
BUNDLE: "bundle4.0"
discover:
- name: centos
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/ruby
filter: 'component:ruby4.0'
execute:
how: tmt