diff --git a/tests/build-gating-libomp.fmf b/tests/build-gating-libomp.fmf deleted file mode 100644 index 7ea59d6..0000000 --- a/tests/build-gating-libomp.fmf +++ /dev/null @@ -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" diff --git a/tests/build-gating.fmf b/tests/build-gating.fmf index b26fdc3..7f8fc0f 100644 --- a/tests/build-gating.fmf +++ b/tests/build-gating.fmf @@ -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