tests: skip PoCL plan/test on RHEL
PoCL is not shipped on RHEL.
This commit is contained in:
parent
e9354929da
commit
68259514b8
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user