summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-04-05 06:27:03 -0700
committerJavier Jardón <jjardon@gnome.org>2019-04-05 06:27:03 -0700
commitc299baf5eb43df65e28b68d8cb0959cb1a774eb3 (patch)
tree741ea7404116ad2346bad507a771d1a982589c88
parentdaabf6d54b4602f22d76bf022abc2ddf324580b0 (diff)
downloadbuildstream-jjardon/same_image.tar.gz
.gitlab-ci.yml: Use same version for all imagesjjardon/same_image
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d51785f50..3fc44e9fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,15 +44,15 @@ variables:
- .coverage-reports
tests-debian-9:
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-55318540
<<: *tests
tests-fedora-28:
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-55318540
<<: *tests
tests-fedora-29:
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-55318540
<<: *tests
tests-fedora-30:
@@ -60,13 +60,13 @@ tests-fedora-30:
<<: *tests
tests-ubuntu-18.04:
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-55318540
<<: *tests
tests-unix:
- # Use fedora here, to a) run a test on fedora and b) ensure that we
+ # Use fedora here, to ensure that we
# can get rid of ostree - this is not possible with debian-8
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-55318540
<<: *tests
variables:
BST_FORCE_BACKEND: "unix"