summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Coldrick <thomas.coldrick@codethink.co.uk>2020-01-29 09:06:03 +0000
committerThomas Coldrick <thomas.coldrick@codethink.co.uk>2020-01-29 10:03:33 +0000
commit211139d3c369e8933a79014f2ea078b702ea3683 (patch)
tree90141f426e90bc92e9702466bdf013b19b1b9d1e /.gitlab-ci.yml
parentbd2cd025d675963b50e698a89a608dddf5a68c8a (diff)
downloadbuildstream-211139d3c369e8933a79014f2ea078b702ea3683.tar.gz
.gitlab-ci.yml: Bump bst-plugins-experimentalcoldtom/fix-overnight-test
When we updated the entrypoints for the plugins, the bst-plugins-experimental version used for overnight tests was not bumped, which means that the plugins used in freedesktop-sdk don't get detected. This commit bumps this to the latest snapshot of bst-plugins-experimental, and downloads directly from PyPI rather than installing from git.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 38a55053b..90bcc8dc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -350,9 +350,8 @@ docs:
stage: test
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
variables:
- BST_EXT_URL: git+https://gitlab.com/BuildStream/bst-plugins-experimental.git
- BST_EXT_REF: 0.12.0-173-gbe5ac19#egg=bst_plugins_experimental[ostree,cargo]
FD_SDK_REF: freedesktop-sdk-19.08.5-buildstream2-0-g22588e2f41acecbcfc555942eb3086296bc14c6c
+ BST_EXT_REF: 1.93.0
before_script:
- |
mkdir -p "${HOME}/.config"
@@ -364,7 +363,7 @@ docs:
- pip3 install -r requirements/requirements.txt
- pip3 wheel --wheel-dir wheels/ --no-deps .
- pip3 install --no-index wheels/*
- - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}
+ - pip3 install --user bst-plugins-experimental==${BST_EXT_REF}
- git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
- git -C freedesktop-sdk checkout ${FD_SDK_REF}
artifacts: