tests: disable libomp plan and test in s390x

This commit is contained in:
Jesus Checa Hidalgo 2022-02-15 09:56:31 +01:00
parent 12f649bbd7
commit 442544ac1b
2 changed files with 10 additions and 0 deletions

View File

@ -6,10 +6,16 @@ adjust:
and trigger != commit and trigger != commit
and trigger != build and trigger != build
enabled: false enabled: false
- because: "When testing SCL-ized LLVM, the collection must be enabled first" - because: "When testing SCL-ized LLVM, the collection must be enabled first"
environment+: environment+:
WITH_SCL: "scl enable llvm-toolset-13.0" WITH_SCL: "scl enable llvm-toolset-13.0"
when: "collection == llvm-toolset-13.0" when: "collection == llvm-toolset-13.0"
- because: "libomp not supported in s390x"
when: arch == s390x
enabled: false
discover: discover:
how: fmf how: fmf
test: libomp test: libomp

View File

@ -9,6 +9,10 @@ tag:
- not-in-default - not-in-default
test: "$WITH_SCL ./test.sh" test: "$WITH_SCL ./test.sh"
adjust: adjust:
- because: "libomp is not supported in s390x"
when: arch == s390x
enabled: false
# Common requirements when LLVM is not SCL-ized # Common requirements when LLVM is not SCL-ized
- require: - require:
- clang - clang