summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-03-05 09:27:40 +0100
committerOndrej Holy <oholy@redhat.com>2019-03-05 16:24:43 +0100
commit687cab85cf06e0c22834fc5799e399b3f46d095e (patch)
tree62d71d0c151d31e9d56e24e3a048e81db730a9e4 /.gitlab-ci.yml
parent2075824e0bb3ac5cb7a99b028882dbad07a93f8a (diff)
downloadgvfs-687cab85cf06e0c22834fc5799e399b3f46d095e.tar.gz
ci: Update image and versions for gnome-build-meta job
Reflect the changes made in GNOME/gnome-build-meta!226 to make the job work again.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88aedb51..798f1874 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,14 +6,19 @@ fedora:
- GIO_USE_VOLUME_MONITOR=unix gnome-desktop-testing-runner gvfs
.gnome-build-meta-template: &gnome-build-meta
- image: buildstream/buildstream-fedora:master-123-abef70fe
+ variables:
+ BST_SHA: '1.2.4-3-g79bbefe26a3fcd13d3de558aed6b5b4d5bc1235a'
+ BST_EXTERNAL_SHA: '0.9.0-0-g63a19e8068bd777bd9cd59b1a9442f9749ea5a85'
+ DOCKER_REGISTRY: "registry.gitlab.com/freedesktop-sdk/infrastructure/freedesktop-sdk-docker-images"
+ DOCKER_AMD64: "${DOCKER_REGISTRY}/amd64:e132e7bf9180b30c6ad0f4b057442cc2f2a0aa86"
+ image: "${DOCKER_AMD64}"
before_script:
- pip3 uninstall -y buildstream
- git clone https://gitlab.com/BuildStream/buildstream.git
- - git -C buildstream/ checkout 10abe77fe8d77385d86f225b503d9185f4ef7f3a
+ - git -C buildstream/ checkout $BST_SHA
- pip3 install buildstream/
- git clone https://gitlab.com/BuildStream/bst-external.git
- - git -C bst-external/ checkout 0.8.0-0-g762ea216b751bf89ac15350e1cb98542963bbf33
+ - git -C bst-external/ checkout $BST_EXTERNAL_SHA
- pip3 install bst-external/
- git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-build-meta.git
script: