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 != commit
|
||||||
and trigger != build
|
and trigger != build
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
- because: "PoCL is shipped with Fedora, not RHEL"
|
||||||
|
when: "distro == rhel"
|
||||||
|
enabled: false
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
test: pocl
|
test: pocl
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
# This is separate from tests.yml because we want to run the tests without
|
# This is separate from tests.yml because we want to run the tests without
|
||||||
# clang installed.
|
# clang installed.
|
||||||
summary: pocl
|
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,
|
# This test requires a special preparation, see `/tests/tests-pocl` plan. As such,
|
||||||
# it shouldn't be part of the `/tests/default` plan.
|
# it shouldn't be part of the `/tests/default` plan.
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user