From b5aae0b22057330cfaf42679d57e12c449ca413c Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Tue, 8 Oct 2019 15:12:47 +0100 Subject: .gitlab-ci.yml: Bump versions for overnight tests This fixes the overnight tests by updating the freedesktop-sdk and the bst-plugins-experimental version --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 130b52e9a..ef31ad326 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -278,8 +278,8 @@ docs: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-85428307 variables: BST_EXT_URL: git+https://gitlab.com/BuildStream/bst-plugins-experimental.git - BST_EXT_REF: 0.12.0-161-g624c8da7c4f8660b7f9e9c6f85399a00f3d3c1e6 - FD_SDK_REF: freedesktop-sdk-19.08.2-4-g9d11a8ba10b1e20869338a675891ada9995b6fda + BST_EXT_REF: 0.12.0-171-g6cd4066#egg=bst_plugins_experimental[ostree,cargo] + FD_SDK_REF: freedesktop-sdk-19.08.3-7-g4529b070 before_script: - | mkdir -p "${HOME}/.config" @@ -291,7 +291,7 @@ docs: - pip3 install -r requirements/requirements.txt -r requirements/plugin-requirements.txt - pip3 wheel --wheel-dir wheels/ --no-deps . - pip3 install --no-index wheels/* - - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext + - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF} - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git - git -C freedesktop-sdk checkout ${FD_SDK_REF} artifacts: -- cgit v1.2.1