compat-sap-cplusplus/plans/tier0.fmf
Patrick Palka 19843540d3 Initial version, with GCC 15 symbols
Resolves: RHEL-152991
2026-05-19 11:43:56 -04:00

35 lines
1.0 KiB
Plaintext

# Tier 0 test plan. It's actually Tier 1
# - limited to its public part
# - executed on the architecture at hand
# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following
# context:
# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64)
# distro=rhel<M>.<m> (even for CentOS Stream builds)
# trigger=build
summary: Tier 0 test plan
context:
component: compat-sap-c++
discover:
- name: collect_info
how: shell
tests:
- name: /info/rpms
test: rpm -qa --last
- name: public_tests
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/compat-sap-cplusplus.git
filter: tier:1
prepare+:
- how: shell
script:
- dnf config-manager --set-enabled '*CRB*' || true
- dnf config-manager --set-enabled '*CodeReady*' || true
- dnf config-manager --set-enabled '*crb*' || true
- dnf config-manager --set-enabled '*[Bb]uildroot*' || true
- dnf config-manager --set-enabled '*SAP*' || true
execute:
how: tmt
environment+:
PACKAGE: compat-sap-c++