- The only test moved to CentOS https://gitlab.com/redhat/centos-stream/tests/gcc/-/tree/main/tests/Sanity/smoke-test - The original test plan removed (ci.fmf) - New test plan created (tier0.fmf). It includes all the tests in CentOS labeled as tier 1.
37 lines
1.0 KiB
Plaintext
37 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
|
|
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/gcc.git
|
|
filter: 'tag: CI-Tier-1'
|
|
provision+:
|
|
hardware:
|
|
disk:
|
|
- size: ">= 60 GiB"
|
|
memory: ">= 8 GiB"
|
|
execute:
|
|
how: tmt
|
|
adjust+:
|
|
- when: distro > rhel-7
|
|
prepare+:
|
|
- how: shell
|
|
script:
|
|
- dnf config-manager --set-enabled '*CRB*' || true
|
|
- dnf config-manager --set-enabled crb || true
|
|
- dnf config-manager --set-enabled rhel-buildroot || true
|
|
- dnf config-manager --set-enabled epel || true
|