2021-10-18 14:01:51 +00:00
|
|
|
# TODO: once llvm-test-suite is converted to TMT, we can just link the test from plan.
|
|
|
|
summary: Run tests from llvm-test-suite package
|
2021-12-07 15:32:20 +00:00
|
|
|
|
|
|
|
adjust:
|
2022-01-21 11:17:59 +00:00
|
|
|
- because: "llvm-test-suite is available for Fedora, not RHEL/CentOS"
|
|
|
|
when: >-
|
|
|
|
distro == rhel
|
|
|
|
or distro == centos
|
2021-12-07 15:32:20 +00:00
|
|
|
enabled: false
|
|
|
|
|
2021-12-13 12:37:36 +00:00
|
|
|
test: "$WITH_SCL ./test.sh"
|
|
|
|
|
2021-10-18 14:01:51 +00:00
|
|
|
require:
|
|
|
|
- git
|
|
|
|
- clang
|
2021-10-18 15:39:30 +00:00
|
|
|
- llvm-test-suite
|
2021-10-18 16:23:30 +00:00
|
|
|
duration: 1h
|