GTS/DTS 11 out of support, remove related exceptions

This commit is contained in:
Václav Kadlčík 2024-01-08 16:21:32 +01:00
commit d10849fc14
17 changed files with 20 additions and 54 deletions

View file

@ -9,10 +9,6 @@ adjust:
how: shell
script: ./plans/provide_secondary_arch_rpms.sh
when: distro == fedora and arch == x86_64
- environment+:
COLLECTIONS: devtoolset-11
WITH_SCL: "scl enable devtoolset-11"
when: collection == devtoolset-11
- environment+:
COLLECTIONS: devtoolset-12
WITH_SCL: "scl enable devtoolset-12"
@ -21,10 +17,6 @@ adjust:
COLLECTIONS: devtoolset-13
WITH_SCL: "scl enable devtoolset-13"
when: collection == devtoolset-13
- environment+:
COLLECTIONS: gcc-toolset-11
WITH_SCL: "scl enable gcc-toolset-11"
when: collection == gcc-toolset-11
- environment+:
COLLECTIONS: gcc-toolset-12
WITH_SCL: "scl enable gcc-toolset-12"
@ -41,3 +33,19 @@ adjust:
COLLECTIONS: gcc-toolset-15
WITH_SCL: "scl enable gcc-toolset-15"
when: collection == gcc-toolset-15
- environment+:
COLLECTIONS: gcc-toolset-16
WITH_SCL: "scl enable gcc-toolset-16"
when: collection == gcc-toolset-16
- environment+:
COLLECTIONS: gcc-toolset-17
WITH_SCL: "scl enable gcc-toolset-17"
when: collection == gcc-toolset-17
- environment+:
COLLECTIONS: gcc-toolset-18
WITH_SCL: "scl enable gcc-toolset-18"
when: collection == gcc-toolset-18
- environment+:
COLLECTIONS: gcc-toolset-19
WITH_SCL: "scl enable gcc-toolset-19"
when: collection == gcc-toolset-19

View file

@ -27,9 +27,6 @@ adjust:
- enabled: false
when: arch == s390x and collection is not defined and distro <= rhel-9
continue: false
- enabled: false
when: arch == s390x and collection == gcc-toolset-11, devtoolset-11
continue: false
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:
- gcc

View file

@ -14,9 +14,6 @@ adjust:
- enabled: false
when: arch == s390x and collection is not defined and distro <= rhel-9
continue: false
- enabled: false
when: arch == s390x and collection == gcc-toolset-11, devtoolset-11
continue: false
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:
- gcc

View file

@ -12,7 +12,7 @@ adjust:
when: arch != ppc64le
continue: false
- enabled: false
when: collection == gcc-toolset-11, gcc-toolset-12, devtoolset-11, devtoolset-12
when: collection == gcc-toolset-12, devtoolset-12
continue: false
- enabled: false
when: distro < rhel-10 and collection is not defined

View file

@ -40,10 +40,6 @@ adjust:
enabled: false
when: collection is defined and distro == rhel-6
continue: false
- because: not backported
enabled: false
when: collection == gcc-toolset-11, devtoolset-11
continue: false
- because: not backported
enabled: false
when: collection == gcc-toolset-12 and distro ~= rhel-9.1

View file

@ -11,9 +11,6 @@ adjust:
- enabled: false
when: collection is not defined and distro < rhel-10
continue: false
- enabled: false
when: collection == gcc-toolset-11, devtoolset-11
continue: false
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:
- gcc

View file

@ -8,9 +8,6 @@ link:
tag:
- Fedora-CI-gating
adjust:
- enabled: false
when: collection == gcc-toolset-11
continue: false
- enabled: false
when: collection == gcc-toolset-12 and distro ~= rhel-8.7
continue: false

View file

@ -4,8 +4,6 @@
. /usr/share/beakerlib/beakerlib.sh || exit 1
. "${0%/*}"/../../lib/common.sh || exit 1
# Relevancy: Expected not to work in gcc-toolset-11 (RHBZ#2162498)
GCC="${GCC:-$(type -P gcc)}"
GCC_RPM_NAME=$(rpm --qf '%{name}' -qf "$GCC")
GXX_RPM_NAME=${GCC_RPM_NAME}-c++

View file

@ -11,9 +11,6 @@ adjust:
- enabled: false
when: collection is not defined and distro < rhel-10
continue: false
- enabled: false
when: collection == gcc-toolset-11, devtoolset-11
continue: false
- enabled: false
when: collection == gcc-toolset-12 and distro ~= rhel-9.1
continue: false

View file

@ -23,8 +23,7 @@ adjust:
continue: false
because: embedded annobin < 11.11, known to fail
- enabled: false
when: collection == gcc-toolset-11, devtoolset-11, gcc-toolset-12, devtoolset-12,
devtoolset-13
when: collection == gcc-toolset-12, devtoolset-12, devtoolset-13
continue: false
because: embedded annobin < 11.11, known to fail
- enabled: false

View file

@ -36,10 +36,6 @@ adjust:
- enabled: false
when: distro == rhel-8 and distro ~< rhel-8.2 and collection is not defined
continue: false
- enabled: false
when: distro == rhel-8 and distro ~> rhel-8.7 and collection == gcc-toolset-11
continue: false
because: gcc-toolset-11 incompatible with redhat-rpm-config there
- require-:
- annobin-annocheck
when: distro == rhel-8 and distro ~< rhel-8.4

View file

@ -16,8 +16,7 @@ adjust:
when: distro ~< rhel-8.7 and collection is not defined
continue: false
- enabled: false
when: collection == gcc-toolset-11, gcc-toolset-12,
devtoolset-11, devtoolset-12, devtoolset-13
when: collection == gcc-toolset-12, devtoolset-12, devtoolset-13
continue: false
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:

View file

@ -11,9 +11,6 @@ adjust:
- enabled: false
when: distro < rhel-9 and collection is not defined
continue: false
- enabled: false
when: collection == gcc-toolset-11, devtoolset-11
continue: false
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:
- gcc

View file

@ -17,7 +17,7 @@ adjust:
when: collection is not defined and distro == rhel-9 and distro ~< rhel-9.3
continue: false
- enabled: false
when: collection == gcc-toolset-11, gcc-toolset-12, devtoolset-11, devtoolset-12
when: collection == gcc-toolset-12, devtoolset-12
continue: false
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:

View file

@ -68,10 +68,6 @@ adjust:
when: collection == devtoolset-13
continue: false
because: impractical dependency on devtoolset-12
- enabled: false
when: distro == rhel-8 and distro ~> rhel-8.7 and collection == gcc-toolset-11
continue: false
because: gcc-toolset-11 incompatible with redhat-rpm-config there
extra-nitrate: TC#0142522
extra-summary: /tools/gcc/Sanity/compile-rpm
extra-task: /tools/gcc/Sanity/compile-rpm

View file

@ -78,10 +78,6 @@ adjust:
when: distro == fedora and trigger is defined
continue: false
because: Too heavy for Fedora CI (for now)
- enabled: false
when: distro == rhel-8 and distro ~> rhel-8.7 and collection == gcc-toolset-11
continue: false
because: gcc-toolset-11 incompatible with redhat-rpm-config there
extra-nitrate: TC#0147459
extra-summary: /tools/gcc/Sanity/rebuild-binutils
extra-task: /tools/gcc/Sanity/rebuild-binutils

View file

@ -14,10 +14,6 @@ adjust:
when: collection == gcc-toolset-13, devtoolset-13, gcc-toolset-12, devtoolset-12
continue: false
because: no systemtap in the collection
- enabled: false
when: collection == gcc-toolset-11 and distro == rhel-8 and distro ~> rhel-8.7
continue: false
because: gcc-toolset-11 incompatible with redhat-rpm-config there
contact: Vaclav Kadlcik <vkadlcik@redhat.com>
component:
- gcc