35 lines
867 B
Text
35 lines
867 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
|
|
|
|
- require-:
|
|
- python3-lit
|
|
when: distro == rhel-8 and snapshot is 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"
|