Related: rhbz#2118319
This commit is contained in:
Jesus Checa Hidalgo 2022-09-07 09:20:21 +02:00
parent 637f601677
commit 71c2831ed8
2 changed files with 4 additions and 34 deletions

View File

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

View File

@ -40,13 +40,13 @@ adjust:
discover:
- name: clang-tests
how: fmf
url: https://src.fedoraproject.org/rpms/clang.git
ref: rawhide
url: https://src.fedoraproject.org/tests/clang.git
ref: main
filter: "tag:-not-in-default"
- 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