2022-09-12 11:18:15 +00:00
|
|
|
# Gating testplans for LLVM
|
|
|
|
|
2024-10-29 09:15:54 +00:00
|
|
|
The tests for LLVM are in separate repos:
|
|
|
|
|
|
|
|
* llvm: https://src.fedoraproject.org/tests/llvm.git/
|
|
|
|
* clang: https://src.fedoraproject.org/tests/clang.git/
|
|
|
|
* compiler-rt: https://src.fedoraproject.org/tests/compiler-rt.git/
|
|
|
|
* libomp: https://src.fedoraproject.org/tests/libomp.git/
|
|
|
|
* python-lit: https://src.fedoraproject.org/tests/python-lit.git/
|
|
|
|
* lld: https://src.fedoraproject.org/tests/lld.git/
|
|
|
|
* lldb: https://src.fedoraproject.org/tests/lldb.git/
|
|
|
|
|
2022-09-12 11:18:15 +00:00
|
|
|
This directory should contain only fmf plans (such as build-gating.fmf) which import
|
|
|
|
the tests from the tests repo. This can be done using the "url" parameter of the
|
2024-05-22 07:53:23 +00:00
|
|
|
plan's "discover" step. Reference: https://tmt.readthedocs.io/en/stable/spec/plans.html#fmf
|