You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:26:29 UTC

[buildstream] 02/04: .gitlab-ci.yml: Add test environment for Python 3.8

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch chandan/testpy38
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0a9a9c2b2837968dee09e7ab6519200f146db612
Author: Chandan Singh <cs...@bloomberg.net>
AuthorDate: Wed Oct 16 16:55:28 2019 +0100

    .gitlab-ci.yml: Add test environment for Python 3.8
---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fe2581..1c605bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,6 +88,12 @@ tests-centos-7.6:
   <<: *tests
   image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.6.1810-${DOCKER_IMAGE_VERSION}
 
+tests-python-3.8-buster:
+  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-python:3.8-buster-chandan-python3-8-89265968
+  <<: *tests
+  variables:
+    TOXENV: py38
+
 overnight-fedora-30-aarch64:
   image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-30-${DOCKER_IMAGE_VERSION}
   tags: