Skip to content

Commit

Permalink
Update tmt testplan (#1074)
Browse files Browse the repository at this point in the history
The test repos have been merged into a single repo.
This commit adjusts the testplans to pull the tmt tests
from the new single location.

Co-authored-by: Jesus Checa Hidalgo <[email protected]>
Co-authored-by: Konrad Kleine <[email protected]>
  • Loading branch information
3 people authored Feb 12, 2025
1 parent 94bc530 commit 80cdf04
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions tests/snapshot-gating.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -53,41 +53,11 @@ adjust:
when: distro > fedora-37

discover:
- name: clang-tests
how: fmf
url: https://src.fedoraproject.org/tests/clang.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"
- name: compiler-rt-tests
how: fmf
url: https://src.fedoraproject.org/tests/compiler-rt.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"
- name: libomp-tests
how: fmf
url: https://src.fedoraproject.org/tests/libomp.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"
- name: llvm-tests
how: fmf
url: https://src.fedoraproject.org/tests/llvm.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"
- name: python-lit
how: fmf
url: https://src.fedoraproject.org/tests/python-lit.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"
- name: lld-tests
how: fmf
url: https://src.fedoraproject.org/tests/lld.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"
- name: lldb-tests
how: fmf
url: https://src.fedoraproject.org/tests/lldb.git
ref: main
filter: "tag:-spoils-installation & tag:-not-in-default"

# TODO(kwk): In case we want to import a test and ignore its result for
# experimentation reasons using
Expand Down

0 comments on commit 80cdf04

Please sign in to comment.