diff options
author | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-06-15 17:15:02 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-06-15 19:11:12 +0900 |
commit | 5daa22ae6f60568849254274fdbf57bde5b919d8 (patch) | |
tree | 5e689c7d7bad75dfa7b3b15a2f726131830573a1 /.gitlab-ci.yml | |
parent | 0c14551de6ff5c84e1689d544f2d3ee073ac0a07 (diff) | |
download | buildstream-5daa22ae6f60568849254274fdbf57bde5b919d8.tar.gz |
Completely abolish job pickling.tristan/nuke-pickle-jobber
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4f56b39f..a5f2245c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,18 +208,6 @@ tests-remote-execution: SOURCE_CACHE_SERVICE: http://docker:50052 PYTEST_ARGS: "--color=yes --remote-execution" -tests-spawn-multiprocessing-start-method: - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} - <<: *tests - variables: - BST_FORCE_START_METHOD: "spawn" - script: - # FIXME: Until all the tests pass as normal, override which tests will run here. - - mkdir -p "${INTEGRATION_CACHE}" - - useradd -Um buildstream - - chown -R buildstream:buildstream . - - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{artifactcache,cachekey,elements,format,frontend,internals,plugins,sourcecache}" - tests-no-usedevelop: # Ensure that tests also pass without `--develop` flag. image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} |