diff options
author | Jürg Billeter <j@bitron.ch> | 2020-04-02 07:47:24 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-04-02 08:06:23 +0200 |
commit | 711eb3b9b1c45857dc35dedf1502093773cd0489 (patch) | |
tree | 267e29dc9a330e7c0d36d96972560e25a2b2faae /.gitlab-ci.yml | |
parent | 340fd4ec493723ca17885de8e14e859b96f712ff (diff) | |
download | buildstream-711eb3b9b1c45857dc35dedf1502093773cd0489.tar.gz |
.gitlab-ci.yml: Drop tests-debian-9 job
Debian 9 uses Python 3.5. As part of dropping support for Python 3.5,
drop the CI job for Debian 9.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66c212b5f..1f26d0df1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,10 +63,6 @@ variables: paths: - .coverage-reports -tests-debian-9: - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-${DOCKER_IMAGE_VERSION} - <<: *tests - tests-debian-10: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${DOCKER_IMAGE_VERSION} <<: *tests @@ -249,8 +245,6 @@ mypy: # Lint separately from testing lint: - # We can't use the default debian:9 based image here since that comes with - # Python 3.5, and Black requires Python >= 3.6. image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} stage: test @@ -454,7 +448,6 @@ coverage: dependencies: - tests-buildbox-run - tests-centos-7.6 - - tests-debian-9 - tests-debian-10 - tests-fedora-30 - tests-fedora-31 |