You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:03:29 UTC

[buildstream] branch juerg/buildbox created (now 83b208b)

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

github-bot pushed a change to branch juerg/buildbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 83b208b  wip: .gitlab-ci.yml: Update BuildBox

This branch includes the following new commits:

     new 83b208b  wip: .gitlab-ci.yml: Update BuildBox

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: wip: .gitlab-ci.yml: Update BuildBox

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

github-bot pushed a commit to branch juerg/buildbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 83b208bd518821295ff6965863335f723adb942d
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Thu Nov 19 10:47:46 2020 +0100

    wip: .gitlab-ci.yml: Update BuildBox
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2031e27..78aba38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ variables:
   # Our own variables
   # Version of the docker images we should use for all the images.
   # This is taken from buildstream/buildstream-docker-images
-  DOCKER_IMAGE_VERSION: master-210859421
+  DOCKER_IMAGE_VERSION: juerg-buildbox-wip-220352489
   PYTEST_ADDOPTS: "--color=yes"
   INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
   PYTEST_ARGS: "--color=yes --integration -n 2"