From 70e5471c2fb81d85e69b0d3226d95d2583e1f782 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Feb 14 2022 14:31:20 +0000 Subject: tests: Disable unsupported tests in CentOS --- diff --git a/tests/build-gating-pocl.fmf b/tests/build-gating-pocl.fmf index e9f5713..4b74ced 100644 --- a/tests/build-gating-pocl.fmf +++ b/tests/build-gating-pocl.fmf @@ -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: diff --git a/tests/llvm-test-suite/main.fmf b/tests/llvm-test-suite/main.fmf index b805467..5587061 100644 --- a/tests/llvm-test-suite/main.fmf +++ b/tests/llvm-test-suite/main.fmf @@ -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" diff --git a/tests/pocl/main.fmf b/tests/pocl/main.fmf index 8ed6cf7..1143416 100644 --- a/tests/pocl/main.fmf +++ b/tests/pocl/main.fmf @@ -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,