tests: skip PoCL plan/test on RHEL

PoCL is not shipped on RHEL.
This commit is contained in:
Miloš Prchlík 2021-12-07 15:27:03 +01:00 committed by sergesanspaille
parent e9354929da
commit 68259514b8
2 changed files with 11 additions and 0 deletions

View File

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

View File

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