CI Tests: mark tests for tiers
This commit is contained in:
parent
59ad86c69b
commit
76510cb6c3
@ -13,8 +13,9 @@ contact: Petr Muller <pmuller@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 2
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
tag:
|
tag:
|
||||||
|
@ -149,6 +149,7 @@ contact: Petr Muller <pmuller@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 2
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
require:
|
require:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -92,6 +92,7 @@ contact: Petr Muller <pmuller@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 2
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
require:
|
require:
|
||||||
- make
|
- make
|
||||||
|
@ -50,8 +50,9 @@ contact: Petr Muller <pmuller@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
- libgomp
|
- libgomp
|
||||||
|
@ -127,6 +127,7 @@ contact: Petr Muller <pmuller@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
require:
|
require:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -10,8 +10,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
tag:
|
tag:
|
||||||
|
@ -45,8 +45,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
tag:
|
tag:
|
||||||
- simple
|
- simple
|
||||||
|
@ -6,8 +6,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
- glibc-devel
|
- glibc-devel
|
||||||
|
@ -6,8 +6,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- binutils
|
- binutils
|
||||||
tag:
|
tag:
|
||||||
|
@ -6,8 +6,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
tag:
|
tag:
|
||||||
|
@ -6,11 +6,11 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- glibc-devel
|
- glibc-devel
|
||||||
- glibc-headers
|
|
||||||
- gcc
|
- gcc
|
||||||
- coreutils
|
- coreutils
|
||||||
tag:
|
tag:
|
||||||
|
@ -6,8 +6,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
tag:
|
tag:
|
||||||
|
@ -6,8 +6,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc
|
- gcc
|
||||||
tag:
|
tag:
|
||||||
|
@ -6,6 +6,7 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
recommend:
|
||||||
- glibc
|
- glibc
|
||||||
|
@ -5,8 +5,9 @@ contact: Petr Muller <pmuller@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 2
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- glibc-devel
|
- glibc-devel
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -5,8 +5,9 @@ contact: David Malcolm <dmalcolm@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 2
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- gcc-c++
|
- gcc-c++
|
||||||
tag:
|
tag:
|
||||||
|
@ -6,8 +6,9 @@ contact: Miroslav Franc <mfranc@redhat.com>
|
|||||||
component:
|
component:
|
||||||
- glibc
|
- glibc
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
tier: 1
|
||||||
framework: beakerlib
|
framework: beakerlib
|
||||||
recommend:
|
require:
|
||||||
- glibc
|
- glibc
|
||||||
- glibc-static
|
- glibc-static
|
||||||
- glibc-common
|
- glibc-common
|
||||||
|
Loading…
Reference in New Issue
Block a user