diff --git a/tests/build-gating-pocl.fmf b/tests/build-gating-pocl.fmf index 82f93b3..e9f5713 100644 --- a/tests/build-gating-pocl.fmf +++ b/tests/build-gating-pocl.fmf @@ -6,6 +6,11 @@ adjust: and trigger != commit and trigger != build enabled: false + + - because: "PoCL is shipped with Fedora, not RHEL" + when: "distro == rhel" + enabled: false + discover: how: fmf test: pocl diff --git a/tests/pocl/main.fmf b/tests/pocl/main.fmf index 92c244a..c1395dc 100644 --- a/tests/pocl/main.fmf +++ b/tests/pocl/main.fmf @@ -3,6 +3,12 @@ # This is separate from tests.yml because we want to run the tests without # clang installed. summary: pocl + +adjust: + - because: "PoCL is shipped with Fedora, not RHEL" + when: "distro == rhel" + enabled: false + # This test requires a special preparation, see `/tests/tests-pocl` plan. As such, # it shouldn't be part of the `/tests/default` plan. tag: