22 lines
689 B
Text
22 lines
689 B
Text
# Base configuration for LLD testplans.
|
|
# All plans inherit metadata defined in this file. Hence, this file should
|
|
# contain configurations common to all environments, such as lld not being
|
|
# supported in certain architecture, or provision requirements.
|
|
|
|
summary: LLD tests for build/PR gating
|
|
adjust:
|
|
- because: lld is not shipped in s390x on LLVM < 18
|
|
enabled: false
|
|
when: arch == s390x and distro < rhel-8.10, fedora-40, centos-stream-9
|
|
- enabled: false
|
|
when: arch == s390x and distro == rhel-9 and distro < rhel-9.5
|
|
|
|
- because: lld is not shipped for ppc64
|
|
enabled: false
|
|
when: arch == ppc64
|
|
|
|
execute:
|
|
how: tmt
|
|
provision:
|
|
hardware:
|
|
memory: ">= 4 GiB"
|