Related: rhbz#2118319
This commit is contained in:
Jesus Checa Hidalgo 2022-09-02 11:03:28 +02:00
parent 370ebe9596
commit 4dcba320db
2 changed files with 14 additions and 6 deletions

View File

@ -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:

View File

@ -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