Skip to content

Commit f86dce2

Browse files
committed
CI - Deprecate & Remove CentOS8
1 parent 4438fb4 commit f86dce2

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

ci/build.gitlab-ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ build [Oracle Linux 8]:
77
extends: .build
88
variables: { DOCKER_TAG: ol8 }
99

10-
build [CentOS Stream 8]:
11-
extends: .build
12-
variables: { DOCKER_TAG: centos8 }
13-
1410
build [Oracle Linux 9]:
1511
extends: .build
1612
variables: { DOCKER_TAG: ol9 }
@@ -34,10 +30,6 @@ rpmbuild [Oracle Linux 8]:
3430
extends: .rpmbuild
3531
variables: { DOCKER_TAG: ol8 }
3632

37-
rpmbuild [CentOS Stream 8]:
38-
extends: .rpmbuild
39-
variables: { DOCKER_TAG: centos8 }
40-
4133
rpmbuild [Oracle Linux 9]:
4234
extends: .rpmbuild
4335
variables: { DOCKER_TAG: ol9 }

ci/prepare.gitlab-ci.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ docker [Oracle Linux 8]:
1111
OS_RELEASE: "8"
1212
DOCKER_TAG: "ol8"
1313

14-
docker [CentOS Stream 8]:
15-
extends: .docker
16-
variables:
17-
OS_DISTRO: "quay.io/centos/centos"
18-
OS_RELEASE: "stream8"
19-
DOCKER_TAG: "centos8"
20-
2114
docker [Oracle Linux 9]:
2215
extends: .docker
2316
variables:
@@ -37,11 +30,6 @@ docker-rebuild [Oracle Linux 8]:
3730
variables: { DOCKER_OPTS: --no-cache }
3831
when: manual
3932

40-
docker-rebuild [CentOS Stream 8]:
41-
extends: "docker [CentOS Stream 8]"
42-
variables: { DOCKER_OPTS: --no-cache }
43-
when: manual
44-
4533
docker-rebuild [Oracle Linux 9]:
4634
extends: "docker [Oracle Linux 9]"
4735
variables: { DOCKER_OPTS: --no-cache }

ci/test.gitlab-ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ install [Oracle Linux 8]:
1010
needs: ["rpmbuild [Oracle Linux 8]"]
1111
variables: { DOCKER_TAG: ol8 }
1212

13-
install [CentOS Stream 8]:
14-
extends: .install
15-
needs: ["rpmbuild [CentOS Stream 8]"]
16-
variables: { DOCKER_TAG: centos8 }
17-
1813
install [Oracle Linux 9]:
1914
extends: .install
2015
needs: ["rpmbuild [Oracle Linux 9]"]

0 commit comments

Comments
 (0)