summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-20 19:52:57 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-21 17:31:10 +0900
commit4a883897f5dcd02deacbcdf626dd33048ccc2aeb (patch)
treeff562d70e9b916ed27e951eddef63db23d8f424b
parentba74a128d5bd7f18574d0f61039a55f1f63d28b7 (diff)
downloadbuildstream-4a883897f5dcd02deacbcdf626dd33048ccc2aeb.tar.gz
Testing package versions
-rw-r--r--.gitlab-ci.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f39c09a0..890a17503 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ stages:
# Prepare stage #
#####################################################
+
# Create a source distribution
#
source_dist:
@@ -56,6 +57,17 @@ source_dist:
- mount
- df -h
+ - echo "========================================="
+ - pip3 show pep8
+ - pip3 show pytest
+ - pip3 show pylint
+ - pip3 show pytest-cov
+ - pip3 show pytest-datafiles
+ - pip3 show pytest-env
+ - pip3 show pytest-pep8
+ - pip3 show pytest-xdist
+ - echo "========================================="
+
- useradd -Um buildstream
- chown -R buildstream:buildstream .
@@ -106,6 +118,17 @@ tests-unix:
- export INTEGRATION_CACHE="$(pwd)/cache/integration-cache"
+ - echo "========================================="
+ - pip3 show pep8
+ - pip3 show pytest
+ - pip3 show pylint
+ - pip3 show pytest-cov
+ - pip3 show pytest-datafiles
+ - pip3 show pytest-env
+ - pip3 show pytest-pep8
+ - pip3 show pytest-xdist
+ - echo "========================================="
+
# We remove the Bubblewrap and OSTree packages here so that we catch any
# codepaths that try to use them. Removing OSTree causes fuse-libs to
# disappear unless we mark it as user-installed.