summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <bschubert15@bloomberg.net>2020-01-14 10:48:01 +0000
committerBenjamin Schubert <bschubert15@bloomberg.net>2020-01-14 10:49:18 +0000
commitf130fa27467dd20fe25795cd392235e5bf0815b7 (patch)
treeb97b0e22e107f7554b07292e77fb7dbb1c0e8421
parent55ed6b5f63b9bc34beedf73f3aa288c9fa215f5c (diff)
downloadbuildstream-f130fa27467dd20fe25795cd392235e5bf0815b7.tar.gz
DONOTMERGE: DISABLE EXTERNAL PLUGIN TESTS
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5133a86a..fc530d7fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,6 @@ variables:
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"
TEST_COMMAND: "tox -- ${PYTEST_ARGS}"
- PLUGINS_TESTS_COMMAND: "tox -e py35-plugins,py36-plugins,py37-plugins -- ${PYTEST_ARGS}"
COVERAGE_PREFIX: "${CI_JOB_NAME}."
@@ -55,7 +54,6 @@ variables:
# Run the tests as a simple user to test for permission issues
- su buildstream -c "${TEST_COMMAND}"
- - su buildstream -c "${PLUGINS_TESTS_COMMAND}"
after_script:
except:
@@ -100,15 +98,6 @@ tests-python-3.8-buster:
# in the meantime. For more details, see
# https://gitlab.com/BuildStream/buildstream/issues/1173.
TEST_COMMAND: "tox -e py38-nocover -- ${PYTEST_ARGS}"
- PLUGINS_TESTS_COMMAND: "tox -e py38-plugins-nocover -- ${PYTEST_ARGS}"
-
-# Test the master version of some external plugins
-tests-plugins-master:
- <<: *tests
- allow_failure: true
-
- variables:
- BST_PLUGINS_EXPERIMENTAL_VERSION: master
overnight-fedora-30-aarch64:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-30-${DOCKER_IMAGE_VERSION}
@@ -159,7 +148,6 @@ tests-userchroot:
# Run the tests as a simple user to test for permission issues
- su buildstream -c "umask 002 && ${TEST_COMMAND}"
- - su buildstream -c "umask 002 && ${PLUGINS_TESTS_COMMAND}"
tests-fedora-missing-deps:
# Ensure that tests behave nicely while missing bwrap and ostree
@@ -177,7 +165,6 @@ tests-fedora-missing-deps:
- chown -R buildstream:buildstream .
- ${TEST_COMMAND}
- - ${PLUGINS_TESTS_COMMAND}
tests-fedora-update-deps:
@@ -195,7 +182,6 @@ tests-fedora-update-deps:
- cat requirements/*.txt
- su buildstream -c "${TEST_COMMAND}"
- - su buildstream -c "${PLUGINS_TESTS_COMMAND}"
tests-remote-execution:
allow_failure: true