summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-10-28 20:56:39 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-11-04 16:40:01 +0000
commite0d1d2814ca9b62e4357f5bd4e5f61a3d49f6657 (patch)
treebefdbf39c9ff9c067107e347d50048b35d917feb /.gitlab-ci.yml
parent264028906d6d6996e6ac7fc3fe350a2fd9d1229b (diff)
downloadbuildstream-e0d1d2814ca9b62e4357f5bd4e5f61a3d49f6657.tar.gz
tox.ini/.gitlab-ci.yml: Add test environment for Python 3.9
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43ccc462f..2031e2791 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,12 +25,12 @@ variables:
# Our own variables
# Version of the docker images we should use for all the images.
# This is taken from buildstream/buildstream-docker-images
- DOCKER_IMAGE_VERSION: master-177137613
+ DOCKER_IMAGE_VERSION: master-210859421
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"
TEST_COMMAND: "tox -- ${PYTEST_ARGS}"
- TOXENV: py36, py37, py38-nocover, py36-plugins, py37-plugins, py38-plugins-nocover
+ TOXENV: py36, py37, py38-nocover, py39-nocover, py36-plugins, py37-plugins, py38-plugins-nocover, py39-plugins-nocover
COVERAGE_PREFIX: "${CI_JOB_NAME}."
@@ -76,6 +76,10 @@ tests-fedora-32:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${DOCKER_IMAGE_VERSION}
<<: *tests
+tests-fedora-33:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${DOCKER_IMAGE_VERSION}
+ <<: *tests
+
tests-ubuntu-18.04:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-${DOCKER_IMAGE_VERSION}
<<: *tests
@@ -220,7 +224,7 @@ tests-no-usedevelop:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${DOCKER_IMAGE_VERSION}
<<: *tests
variables:
- TOXENV: py36-nocover,py37-nocover,py38-nocover
+ TOXENV: py36-nocover,py37-nocover,py38-nocover, py39-nocover
# Run type checkers