summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-02-12 12:09:40 +0000
committerJavier Jardón <jjardon@gnome.org>2019-02-12 12:27:42 +0000
commit58b849053d299232f918fde6a3f523c1d318b5db (patch)
treeff7a7a82f54469553c114211be1e646ef56e73c8
parent80dcf65de6abcb1a236e365a38124f3e96ea5d14 (diff)
downloadbuildstream-58b849053d299232f918fde6a3f523c1d318b5db.tar.gz
.gitlab-ci.yml: Remove "tests-python-3.7-stretch" job
Fedora 29 includes python 3.7 so this is not needed anymore
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 508c329e7..7bf9979a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,16 +61,6 @@ tests-ubuntu-18.04:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
<<: *tests
-tests-python-3.7-stretch:
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-python:3.7-stretch-master-46405991
- <<: *tests
-
- variables:
- # Note that we explicitly specify TOXENV in this case because this
- # image has both 3.6 and 3.7 versions. python3.6 cannot be removed because
- # some of our base dependencies declare it as their runtime dependency.
- TOXENV: py37
-
tests-centos-7.6:
<<: *tests
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.6.1810-master-46405991