python-lit/sanity/main.fmf
Jesus Checa Hidalgo 2a9fce43ee Add nitrate metadata
2022-08-22 18:56:37 +02:00

25 lines
599 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"
# 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"