31 lines
830 B
Plaintext
31 lines
830 B
Plaintext
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"
|