* Update testplans to point to the merged tests repository * Remove DevTools metadata from plans as collections are no longer maintained * Remove non-relevant kernel-ark plan. * Update tests/README.md
10 lines
398 B
Markdown
10 lines
398 B
Markdown
# Gating testplans for LLVM
|
|
|
|
The tests for LLVM are in a dedicated, separate repo: https://gitlab.com/redhat/centos-stream/tests/llvm.git
|
|
|
|
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
|
|
plan's "discover" step.
|
|
|
|
Reference: https://tmt.readthedocs.io/en/stable/spec/plans.html#fmf
|