summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-02-01 08:33:50 +0000
committerJavier Jardón <jjardon@gnome.org>2020-02-01 08:33:50 +0000
commit17a713ff1a8380a54a0b0195b223d5b591e63418 (patch)
tree90141f426e90bc92e9702466bdf013b19b1b9d1e
parentbd2cd025d675963b50e698a89a608dddf5a68c8a (diff)
parent211139d3c369e8933a79014f2ea078b702ea3683 (diff)
downloadbuildstream-17a713ff1a8380a54a0b0195b223d5b591e63418.tar.gz
Merge branch 'coldtom/fix-overnight-test' into 'master'
.gitlab-ci.yml: Bump bst-plugins-experimental See merge request BuildStream/buildstream!1811
-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: