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
|
||||
enabled: false
|
||||
|
||||
- because: "lld is not supported in s390x"
|
||||
enabled: false
|
||||
when: arch == s390x
|
||||
|
||||
discover:
|
||||
- name: lld-upstream-tests
|
||||
how: fmf
|
||||
test: ld-alternative
|
||||
url: https://src.fedoraproject.org/rpms/lld.git
|
||||
ref: rawhide
|
||||
url: https://src.fedoraproject.org/tests/lld.git
|
||||
ref: main
|
||||
execute:
|
||||
how: tmt
|
||||
provision:
|
||||
|
@ -18,6 +18,10 @@ adjust:
|
||||
and trigger != build
|
||||
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.
|
||||
- because: "On RHEL, CRB must be enabled to provide rarer packages"
|
||||
when: >-
|
||||
@ -40,12 +44,12 @@ discover:
|
||||
- name: lld-upstream-tests
|
||||
how: fmf
|
||||
filter: "tag:-spoils-installation"
|
||||
url: https://src.fedoraproject.org/rpms/lld.git
|
||||
ref: rawhide
|
||||
url: https://src.fedoraproject.org/tests/lld.git
|
||||
ref: main
|
||||
- name: upstream-llvm-integration-testsuite
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/rpms/llvm.git
|
||||
ref: rawhide
|
||||
url: https://src.fedoraproject.org/tests/llvm.git
|
||||
ref: main
|
||||
test: integration-test-suite
|
||||
execute:
|
||||
how: tmt
|
||||
|
Loading…
Reference in New Issue
Block a user