Skip to content

Commit

Permalink
gitlab-ci: Remove the Debian9-based containers and containers-layer3
Browse files Browse the repository at this point in the history
According to our support policy, Debian 9 is not supported by the
QEMU project anymore. Since we now switched the MinGW cross-compiler
builds to Fedora, we do not need these Debian9-based containers
in the gitlab-CI anymore, and can now also get rid of the "layer3"
container build stage this way.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200921174320.46062-3-thuth@redhat.com>
Message-Id: <20200925154027.12672-11-alex.bennee@linaro.org>
  • Loading branch information
huth authored and stsquad committed Oct 2, 2020
1 parent 93cc050 commit 5fdf6e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .gitlab-ci.d/containers.yml
Expand Up @@ -214,20 +214,6 @@ tricore-debian-cross-container:
variables:
NAME: debian-tricore-cross

win32-debian-cross-container:
<<: *container_job_definition
stage: containers-layer3
needs: ['amd64-debian9-mxe-container']
variables:
NAME: debian-win32-cross

win64-debian-cross-container:
<<: *container_job_definition
stage: containers-layer3
needs: ['amd64-debian9-mxe-container']
variables:
NAME: debian-win64-cross

xtensa-debian-cross-container:
<<: *container_job_definition
variables:
Expand Down
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -4,7 +4,6 @@
stages:
- containers
- containers-layer2
- containers-layer3
- build
- test

Expand Down

0 comments on commit 5fdf6e2

Please sign in to comment.