summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-05-14 14:04:04 +0200
committerPhilippe Mathieu-Daudé2021-05-27 16:39:23 +0200
commitdcaf5e8f2fab7426194f3d656cf272accd28518b (patch)
treecf83d2300b45119c5cff70db36ed03bda7a2d5ba /.gitlab-ci.yml
parentgitlab: Extract core container jobs to container-core.yml (diff)
downloadqemu-dcaf5e8f2fab7426194f3d656cf272accd28518b.tar.gz
qemu-dcaf5e8f2fab7426194f3d656cf272accd28518b.tar.xz
qemu-dcaf5e8f2fab7426194f3d656cf272accd28518b.zip
gitlab: Drop linux user build job for CentOS 7
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. The build-user-centos7 job was to detect a failure specific to CentOS 7 and there are already other linux user jobs for other platforms. Thus we can drop this job rather than move it to CentOS 8. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210514120415.1368922-2-berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccd11e1625..09ac74fc50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -373,15 +373,6 @@ build-user-plugins:
MAKE_CHECK_ARGS: check-tcg
timeout: 1h 30m
-build-user-centos7:
- extends: .native_build_job_template
- needs:
- job: amd64-centos7-container
- variables:
- IMAGE: centos7
- CONFIGURE_ARGS: --disable-system --disable-tools --disable-docs
- MAKE_CHECK_ARGS: check-tcg
-
build-some-softmmu-plugins:
extends: .native_build_job_template
needs: