Skip to content

Commit 301c762

Browse files
author
Jesus Checa Hidalgo
committed
Update testplans to pull tests from llvm repo only.
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.
1 parent 944ef53 commit 301c762

File tree

3 files changed

+7
-47
lines changed

3 files changed

+7
-47
lines changed

tests/build-gating.fmf

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ adjust:
2020
and trigger != build
2121
enabled: false
2222

23-
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
24-
environment+:
25-
WITH_SCL: "scl enable llvm-toolset-13.0 rust-toolset-1.58"
26-
when: "collection == llvm-toolset-13.0"
27-
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
28-
environment+:
29-
WITH_SCL: "scl enable llvm-toolset-14.0 rust-toolset-1.62"
30-
when: "collection == llvm-toolset-14.0"
31-
3223
# Unfortunatelly, TMT does not support more declarative approach, we need to run commands on our own.
3324
- because: "On CentOS, CRB must be enabled to provide rarer packages"
3425
prepare+:
@@ -49,41 +40,10 @@ adjust:
4940
or distro == rhel-8
5041

5142
discover:
52-
- name: llvm-tests
53-
how: fmf
54-
url: https://src.fedoraproject.org/tests/llvm.git
55-
ref: main
56-
filter: "tag:-spoils-installation & tag:-not-in-default"
57-
- name: clang-tests
58-
how: fmf
59-
url: https://src.fedoraproject.org/tests/clang.git
60-
ref: main
61-
filter: "tag:-spoils-installation & tag:-not-in-default"
62-
- name: compiler-rt-tests
63-
how: fmf
64-
url: https://src.fedoraproject.org/tests/compiler-rt.git
65-
ref: main
66-
filter: "tag:-spoils-installation & tag:-not-in-default"
67-
- name: libomp-tests
68-
how: fmf
69-
url: https://src.fedoraproject.org/tests/libomp.git
70-
ref: main
71-
filter: "tag:-spoils-installation & tag:-not-in-default"
72-
- name: python-lit
73-
how: fmf
74-
url: https://src.fedoraproject.org/tests/python-lit.git
75-
ref: main
76-
filter: "tag:-spoils-installation & tag:-not-in-default"
77-
- name: lld-tests
78-
how: fmf
79-
url: https://src.fedoraproject.org/tests/lld.git
80-
ref: main
81-
filter: "tag:-spoils-installation & tag:-not-in-default"
82-
- name: lldb-tests
83-
how: fmf
84-
url: https://src.fedoraproject.org/tests/lldb.git
85-
ref: main
86-
filter: "tag:-spoils-installation & tag:-not-in-default"
43+
how: fmf
44+
url: https://src.fedoraproject.org/tests/llvm.git
45+
ref: main
46+
filter: "tag:-spoils-installation & tag:-not-in-default"
8747
execute:
8848
how: tmt
8949
provision:

tests/kernel-ark-build.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Build latest kernel-ark with clang using different build configurations
22
discover:
33
how: fmf
4-
url: https://src.fedoraproject.org/tests/clang.git
4+
url: https://src.fedoraproject.org/tests/llvm.git
55
ref: main
66
test: kernel-ark-build
77
execute:

tests/lld-alternatives.fmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ adjust:
88
enabled: false
99

1010
discover:
11-
- name: lld-tests
11+
- name: lld-alternatives
1212
how: fmf
13-
url: https://src.fedoraproject.org/tests/lld.git
13+
url: https://src.fedoraproject.org/tests/llvm.git
1414
ref: main
1515
test: ld-alternative
1616
execute:

0 commit comments

Comments
 (0)