summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-07-03 19:24:16 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-07-18 14:03:31 -0400
commit48f66a3ca1c71dccfc30dd9ed818be22ac455bba (patch)
tree7e25217224cc359abcc75cb03351c11d223d698b
parent3814905a3f9a0c6c2027c74c2b426feefb365479 (diff)
downloadbuildstream-chandan/use-testsuite-fedora.tar.gz
.gitlab-ci.yml: Use testsuite images for running testschandan/use-testsuite-fedora
Instead of re-using the user-facing `buildstream/buildstream-fedora` image for tests (that comes with BuildStream pre-installed), use `buildstream/testsuite-fedora` image that is supposed to be used exclusively for these tests. Similarly, use the dedicated `buildstream/testsuite-debian` image instead of `buildstream/buildstream-debian`. Fixes #458. For related discussion, see https://gitlab.com/BuildStream/buildstream-docker-images/issues/8.
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3cda0af6f..ff885997d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/buildstream-debian:master-88-4d92c106
+image: buildstream/testsuite-debian:9-master-102-9067e269
cache:
key: "$CI_JOB_NAME-"
@@ -89,18 +89,18 @@ source_dist:
- coverage-linux/
tests-debian-9:
- image: buildstream/buildstream-debian:master-88-4d92c106
+ image: buildstream/testsuite-debian:9-master-102-9067e269
<<: *linux-tests
tests-fedora-27:
- image: buildstream/buildstream-fedora:master-88-4d92c106
+ image: buildstream/testsuite-fedora:27-master-102-9067e269
<<: *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/buildstream-fedora:master-88-4d92c106
+ image: buildstream/testsuite-fedora:27-master-102-9067e269
stage: test
variables:
BST_FORCE_BACKEND: "unix"