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 and trigger != build
enabled: false enabled: false
- because: "PoCL is shipped with Fedora, not RHEL" - because: "PoCL is shipped with Fedora, not RHEL/CentOS"
when: "distro == rhel" when: >-
distro == rhel
or distro == centos
enabled: false enabled: false
discover: discover:

View File

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

View File

@ -5,8 +5,10 @@
summary: pocl summary: pocl
adjust: adjust:
- because: "PoCL is shipped with Fedora, not RHEL" - because: "PoCL is shipped with Fedora, not RHEL/CentOS"
when: "distro == rhel" when: >-
distro == rhel
or distro == centos
enabled: false 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,