From d552bd3f39946bd04645d67637375d096676afab Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 12 Jul 2022 16:22:33 +0200 Subject: [PATCH] Add nitrate metadata --- basic/main.fmf | 15 ++++++++++++--- gcc-compat-basic/main.fmf | 15 ++++++++++++--- ld-alternative/main.fmf | 15 ++++++++++++--- 3 files changed, 36 insertions(+), 9 deletions(-) diff --git a/basic/main.fmf b/basic/main.fmf index 803433c..b97eb59 100644 --- a/basic/main.fmf +++ b/basic/main.fmf @@ -1,6 +1,15 @@ summary: Test lld with clang test: "$WITH_SCL ./test.sh" require: [] +framework: shell +tier: 1 +component: + - llvm-toolset + - lld +extra-summary: /tools/lld/basic +extra-task: /tools/lld/basic +extra-nitrate: TC#0614058 + adjust: - because: lld is not shipped for s390x and ppc64 enabled: false @@ -10,14 +19,14 @@ adjust: - require+: - clang - lld - when: "collection is not defined" + when: collection is not defined # Requirements for SCL-ized LLVM - require+: - llvm-toolset-13.0-clang - llvm-toolset-13.0-lld - when: "collection == llvm-toolset-13.0" + when: collection == llvm-toolset-13.0 - require+: - llvm-toolset-14.0-clang - llvm-toolset-14.0-lld - when: "collection == llvm-toolset-14.0" + when: collection == llvm-toolset-14.0 diff --git a/gcc-compat-basic/main.fmf b/gcc-compat-basic/main.fmf index 45ec4c8..c964a6f 100644 --- a/gcc-compat-basic/main.fmf +++ b/gcc-compat-basic/main.fmf @@ -2,6 +2,15 @@ summary: Test lld with gcc test: "$WITH_SCL ./test.sh" require: - gcc +framework: shell +tier: 1 +component: + - llvm-toolset + - lld +extra-summary: /tools/lld/gcc-compat-basic +extra-task: /tools/lld/gcc-compat-basic +extra-nitrate: TC#0614059 + adjust: - because: lld is not shipped for s390x and ppc64 enabled: false @@ -14,12 +23,12 @@ adjust: # Common requirements when LLVM is not SCL-ized - require+: - lld - when: "collection is not defined" + when: collection is not defined # Requirements for SCL-ized LLVM - require+: - llvm-toolset-13.0-lld - when: "collection == llvm-toolset-13.0" + when: collection == llvm-toolset-13.0 - require+: - llvm-toolset-14.0-lld - when: "collection == llvm-toolset-14.0" + when: collection == llvm-toolset-14.0 diff --git a/ld-alternative/main.fmf b/ld-alternative/main.fmf index ae55769..4cdfcf7 100644 --- a/ld-alternative/main.fmf +++ b/ld-alternative/main.fmf @@ -5,6 +5,15 @@ tag: - spoils-installation require: - binutils +framework: shell +tier: 1 +component: + - llvm-toolset + - lld +extra-summary: /tools/lld/ld-alternative +extra-task: /tools/lld/ld-alternative +extra-nitrate: TC#0614060 + adjust: - because: lld is not shipped for s390x and ppc64 enabled: false @@ -17,12 +26,12 @@ adjust: # Common requirements when LLVM is not SCL-ized - require+: - lld - when: "collection is not defined" + when: collection is not defined # Requirements for SCL-ized LLVM - require+: - llvm-toolset-13.0-lld - when: "collection == llvm-toolset-13.0" + when: collection == llvm-toolset-13.0 - require+: - llvm-toolset-14.0-lld - when: "collection == llvm-toolset-14.0" + when: collection == llvm-toolset-14.0