summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-08-10 22:40:14 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-08-12 00:18:32 +0100
commit03d7a0a772ddea7d8e146338a4a58fd7a03d8998 (patch)
treef95dfaebe0995b53f559ba965cf75c62dc47305a
parenta9f63c5e8143a9d29c4691463d25aacbad3b40b5 (diff)
downloadbuildstream-chandan/update-ci-docker-image.tar.gz
.gitlab-ci.yml: Update testsuite image versionschandan/update-ci-docker-image
One of the main changes between this version and the previous versions is that now dependendencies are installed using `setup.py` so that we apply the same constraints as listed in that file. See https://gitlab.com/BuildStream/buildstream-docker-images/merge_requests/56 for reference. Thanks to Javier Jardón (@jjardon) for fixing the Docker images.
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc22c5cef..579159ff2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/testsuite-debian:9-master-102-9067e269
+image: buildstream/testsuite-debian:9-master-110-a9f63c5e
cache:
key: "$CI_JOB_NAME-"
@@ -79,18 +79,18 @@ source_dist:
- coverage-linux/
tests-debian-9:
- image: buildstream/testsuite-debian:9-master-102-9067e269
+ image: buildstream/testsuite-debian:9-master-110-a9f63c5e
<<: *linux-tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-102-9067e269
+ image: buildstream/testsuite-fedora:27-master-110-a9f63c5e
<<: *linux-tests
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we
# can get rid of ostree - this is not possible with debian-8
- image: buildstream/testsuite-fedora:27-master-102-9067e269
+ image: buildstream/testsuite-fedora:27-master-110-a9f63c5e
stage: test
variables:
BST_FORCE_BACKEND: "unix"