This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/test-workflows in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 944d22e586ac82b23851cdc41efae7af2ab02fe5 Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Oct 7 13:43:47 2020 +0900 .github/workflows/ci.yml: Disable parallelism in pytest There are a lot of INTERNALERROR failures, lets get rid of them by disabling the shakey parallelism thing. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b741e28..74f6e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ on: push env: CI_IMAGE: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-master-177137613 - PYTEST_ARGS: --color=yes --integration -n 4 + PYTEST_ARGS: --color=yes --integration jobs: tests:
