2021-10-18 14:01:51 +00:00
|
|
|
# TODO REVIEW: get fitting summary - what's the purpose of this test? Comment from the STI version says:
|
|
|
|
#
|
|
|
|
# This is separate from tests.yml because we want to run the tests without
|
|
|
|
# clang installed.
|
|
|
|
summary: pocl
|
2021-12-07 14:27:03 +00:00
|
|
|
|
|
|
|
adjust:
|
2022-01-21 11:17:59 +00:00
|
|
|
- because: "PoCL is shipped with Fedora, not RHEL/CentOS"
|
|
|
|
when: >-
|
|
|
|
distro == rhel
|
|
|
|
or distro == centos
|
2021-12-07 14:27:03 +00:00
|
|
|
enabled: false
|
|
|
|
|
2021-10-18 14:01:51 +00:00
|
|
|
# This test requires a special preparation, see `/tests/tests-pocl` plan. As such,
|
|
|
|
# it shouldn't be part of the `/tests/default` plan.
|
|
|
|
tag:
|
|
|
|
- not-in-default
|
|
|
|
# rhbz#1582884
|
2021-12-13 12:37:36 +00:00
|
|
|
test: "$WITH_SCL ./test.sh"
|
2021-10-18 14:01:51 +00:00
|
|
|
require:
|
|
|
|
- git
|
|
|
|
- ocl-icd-devel
|
|
|
|
- pocl
|
|
|
|
- gcc
|