diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-05-14 13:04:12 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-06-02 09:11:32 +0200 |
commit | 6f0748a048b9a5e2284e4d0f832322f9c832ad5e (patch) | |
tree | 812c12d5fecf124cb2f6e9351d1c5311a3c2219a /.gitlab-ci.d | |
parent | fb1fa97c69ca2299158229c78fea68c4036e6c1b (diff) |
tests/docker: drop CentOS 7 container
It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-10-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/containers.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml index bd01ae8f80..a369bb16aa 100644 --- a/.gitlab-ci.d/containers.yml +++ b/.gitlab-ci.d/containers.yml @@ -7,11 +7,6 @@ amd64-alpine-container: variables: NAME: alpine -amd64-centos7-container: - extends: .container_job_template - variables: - NAME: centos7 - amd64-debian11-container: extends: .container_job_template variables: |