python-lit/sanity/main.fmf
2024-08-09 09:31:48 +02:00

32 lines
834 B
Text

summary: Trivial sanity test
test: "$WITH_SCL ./test.sh"
require: []
framework: shell
tier: 1
component:
- llvm-toolset
- python-lit
extra-summary: /tools/python-lit/sanity
extra-task: /tools/python-lit/sanity
extra-nitrate: TC#0614242
adjust:
# Common requirements when LLVM is not SCL-ized
- require+:
- python3-lit
when: "collection is not defined and (distro != rhel-8 or snapshot is not defined)"
- require+:
- python3.12-lit
when: distro == rhel-8 and snapshot is defined
# Requirements for SCL-ized LLVM
- require+:
- llvm-toolset-13.0-python3-lit
when: "collection == llvm-toolset-13.0"
- require+:
- llvm-toolset-14.0-python3-lit
when: "collection == llvm-toolset-14.0"
- require+:
- llvm-toolset-15.0-python3-lit
when: "collection == llvm-toolset-15.0"