tests: pull tests from https://src.fedoraproject.org/tests/clang
Related: rhbz#2118319
This commit is contained in:
parent
637f601677
commit
71c2831ed8
@ -1,30 +0,0 @@
|
|||||||
summary: libomp clang tests for build/PR gating
|
|
||||||
adjust:
|
|
||||||
- because: "Plan to be ran when either executed locally, or executed by CI system to gate a build or PR."
|
|
||||||
when: >-
|
|
||||||
trigger is defined
|
|
||||||
and trigger != commit
|
|
||||||
and trigger != build
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
- because: "libomp not supported in s390x"
|
|
||||||
when: arch == s390x
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
url: https://src.fedoraproject.org/rpms/clang.git
|
|
||||||
ref: rawhide
|
|
||||||
test: libomp
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
prepare:
|
|
||||||
# We want to make sure libomp is not already present on the system to ensure
|
|
||||||
# that clang pulls in the correct libomp dependencies when it is installed.
|
|
||||||
- name: Drop libomp
|
|
||||||
how: shell
|
|
||||||
script: |
|
|
||||||
yum erase -y libomp libomp-devel clang clang-libs
|
|
||||||
provision:
|
|
||||||
hardware:
|
|
||||||
memory: ">= 4 GiB"
|
|
@ -40,13 +40,13 @@ adjust:
|
|||||||
discover:
|
discover:
|
||||||
- name: clang-tests
|
- name: clang-tests
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://src.fedoraproject.org/rpms/clang.git
|
url: https://src.fedoraproject.org/tests/clang.git
|
||||||
ref: rawhide
|
ref: main
|
||||||
filter: "tag:-not-in-default"
|
filter: "tag:-not-in-default"
|
||||||
- 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