tests: pull tests from https://src.fedoraproject.org/tests/lld
Related: rhbz#2118319
This commit is contained in:
parent
370ebe9596
commit
4dcba320db
@ -18,12 +18,16 @@ adjust:
|
|||||||
and trigger != build
|
and trigger != build
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
- because: "lld is not supported in s390x"
|
||||||
|
enabled: false
|
||||||
|
when: arch == s390x
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
- name: lld-upstream-tests
|
- name: lld-upstream-tests
|
||||||
how: fmf
|
how: fmf
|
||||||
test: ld-alternative
|
test: ld-alternative
|
||||||
url: https://src.fedoraproject.org/rpms/lld.git
|
url: https://src.fedoraproject.org/tests/lld.git
|
||||||
ref: rawhide
|
ref: main
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
provision:
|
provision:
|
||||||
|
@ -18,6 +18,10 @@ adjust:
|
|||||||
and trigger != build
|
and trigger != build
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
- because: "lld is not supported in s390x"
|
||||||
|
enabled: false
|
||||||
|
when: arch == s390x
|
||||||
|
|
||||||
# Unfortunately, TMT does not support more declarative approach, we need to run commands on our own.
|
# Unfortunately, TMT does not support more declarative approach, we need to run commands on our own.
|
||||||
- because: "On RHEL, CRB must be enabled to provide rarer packages"
|
- because: "On RHEL, CRB must be enabled to provide rarer packages"
|
||||||
when: >-
|
when: >-
|
||||||
@ -40,12 +44,12 @@ discover:
|
|||||||
- name: lld-upstream-tests
|
- name: lld-upstream-tests
|
||||||
how: fmf
|
how: fmf
|
||||||
filter: "tag:-spoils-installation"
|
filter: "tag:-spoils-installation"
|
||||||
url: https://src.fedoraproject.org/rpms/lld.git
|
url: https://src.fedoraproject.org/tests/lld.git
|
||||||
ref: rawhide
|
ref: main
|
||||||
- name: upstream-llvm-integration-testsuite
|
- name: upstream-llvm-integration-testsuite
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://src.fedoraproject.org/rpms/llvm.git
|
url: https://src.fedoraproject.org/tests/llvm.git
|
||||||
ref: rawhide
|
ref: main
|
||||||
test: integration-test-suite
|
test: integration-test-suite
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
Loading…
Reference in New Issue
Block a user