From 51a7c5df1181f33ec7418b0c6090fab65b3ceef2 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Apr 22 2022 11:56:29 +0000 Subject: tests: add llvm-toolset-14.0 requirements to tests and plans --- diff --git a/tests/build-gating.fmf b/tests/build-gating.fmf index fcaf0c0..067d00d 100644 --- a/tests/build-gating.fmf +++ b/tests/build-gating.fmf @@ -23,6 +23,10 @@ adjust: environment+: WITH_SCL: "scl enable llvm-toolset-13.0" when: "collection == llvm-toolset-13.0" + - because: "When testing SCL-ized LLVM, the collection must be enabled first" + environment+: + WITH_SCL: "scl enable llvm-toolset-14.0" + when: "collection == llvm-toolset-14.0" # Unfortunately, TMT does not support more declarative approach, we need to run commands on our own. - because: "On RHEL, CRB must be enabled to provide rarer packages" diff --git a/tests/sanity/main.fmf b/tests/sanity/main.fmf index 8ea04d7..0a488fa 100644 --- a/tests/sanity/main.fmf +++ b/tests/sanity/main.fmf @@ -11,3 +11,6 @@ adjust: - require+: - llvm-toolset-13.0-python3-lit when: "collection == llvm-toolset-13.0" + - require+: + - llvm-toolset-14.0-python3-lit + when: "collection == llvm-toolset-14.0"