You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:15:47 UTC

[buildstream] branch Qinusty/gitlab-ci created (now ecc497a)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch Qinusty/gitlab-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at ecc497a  .gitlab-ci.yml: Update docker images

This branch includes the following new commits:

     new ecc497a  .gitlab-ci.yml: Update docker images

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: .gitlab-ci.yml: Update docker images

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch Qinusty/gitlab-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit ecc497ae92da0044c49742da100913fa3ee05fde
Author: Josh Smith <jo...@codethink.co.uk>
AuthorDate: Fri Aug 10 14:43:59 2018 +0100

    .gitlab-ci.yml: Update docker images
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc22c5c..5e53715 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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-108-bd2b3d8d
   <<: *linux-tests
 
 tests-fedora-27:
-  image: buildstream/testsuite-fedora:27-master-102-9067e269
+  image: buildstream/testsuite-fedora:27-master-108-bd2b3d8d
   <<: *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-108-bd2b3d8d
   stage: test
   variables:
     BST_FORCE_BACKEND: "unix"