summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2031e2791..676561f30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,10 +83,16 @@ tests-fedora-33:
tests-ubuntu-18.04:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-${DOCKER_IMAGE_VERSION}
<<: *tests
+ variables:
+ # Disable parallel testing due to frequent INTERNALERROR with Python 3.6
+ PYTEST_ARGS: "--color=yes --integration"
tests-centos-7.7:
- <<: *tests
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.7.1908-${DOCKER_IMAGE_VERSION}
+ <<: *tests
+ variables:
+ # Disable parallel testing due to frequent INTERNALERROR with Python 3.6
+ PYTEST_ARGS: "--color=yes --integration"
# Test the master version of some external plugins
tests-plugins-master: