tests: Disable unsupported tests in CentOS

This commit is contained in:
Jesus Checa Hidalgo 2022-01-21 12:17:59 +01:00
parent d280ec1256
commit 70e5471c2f
3 changed files with 12 additions and 6 deletions

View File

@ -7,8 +7,10 @@ adjust:
and trigger != build
enabled: false
- because: "PoCL is shipped with Fedora, not RHEL"
when: "distro == rhel"
- because: "PoCL is shipped with Fedora, not RHEL/CentOS"
when: >-
distro == rhel
or distro == centos
enabled: false
discover:

View File

@ -2,8 +2,10 @@
summary: Run tests from llvm-test-suite package
adjust:
- because: "llvm-test-suite is available for Fedora, not RHEL"
when: "distro == rhel"
- because: "llvm-test-suite is available for Fedora, not RHEL/CentOS"
when: >-
distro == rhel
or distro == centos
enabled: false
test: "$WITH_SCL ./test.sh"

View File

@ -5,8 +5,10 @@
summary: pocl
adjust:
- because: "PoCL is shipped with Fedora, not RHEL"
when: "distro == rhel"
- because: "PoCL is shipped with Fedora, not RHEL/CentOS"
when: >-
distro == rhel
or distro == centos
enabled: false
# This test requires a special preparation, see `/tests/tests-pocl` plan. As such,