2021-12-01 15:35:03 +00:00
|
|
|
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
|
2021-10-18 14:01:51 +00:00
|
|
|
discover:
|
|
|
|
how: fmf
|
|
|
|
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: |
|
|
|
|
dnf erase -y libomp libomp-devel clang clang-libs
|
|
|
|
provision:
|
|
|
|
hardware:
|
|
|
|
memory: ">= 4 GiB"
|