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