summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-04-22 20:25:48 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2019-04-24 07:59:47 +0000
commitd438c43ada4cc1de78e09a887ac3a944ef28d479 (patch)
treef8913a0f8b42ee9263fcc0f370b2ee533f47d520
parentb44833516dc7b66b2423dc973a2a01748e833c3d (diff)
downloadbuildstream-tristan/fdsdk-ci-refresh.tar.gz
.gitlab-ci.yml: Updating overnight tests to test ported freedesktop-sdktristan/fdsdk-ci-refresh
Now that BuildStream 2 APIs have diverged, we maintain a branch of freedesktop-sdk which supports BuildStream 2 and uses bst-plugins-experimental instead of bst-external. This commit updates our overnight tests to check that we're not breaking our builds against a ported freedesktop-sdk project.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 793ab00c3..750568cf4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -227,8 +227,8 @@ docs:
stage: test
variables:
BST_EXT_URL: git+https://gitlab.com/BuildStream/bst-plugins-experimental.git
- BST_EXT_REF: 0.12.0-0-g88e6516c21361b434d378569b69b015038cd56ee
- FD_SDK_REF: freedesktop-sdk-18.08.28-0-g29cf2127554cdd83a1532afa53824b23cee2eed3
+ BST_EXT_REF: 0.12.0-17-g1b3d37ec015b9962970a60b0f9ea453a874cb34a
+ FD_SDK_REF: freedesktop-sdk-18.08.29.2-92-g271ac39d6865a0878e44466b6a54fbd38482b2d1
before_script:
- |
mkdir -p "${HOME}/.config"