summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-06-10 16:44:25 +0200
committerJürg Billeter <j@bitron.ch>2020-06-10 17:15:58 +0200
commitc8e0aa715ca8dafe8d73b1fae3fce5d766b35a12 (patch)
tree56f76cdce602e81b22bc7e62fa0948c33ecc6ffb /.gitlab-ci.yml
parent6f335e26819413d6d429aa13404f5d30000aa449 (diff)
downloadbuildstream-c8e0aa715ca8dafe8d73b1fae3fce5d766b35a12.tar.gz
.gitlab-ci.yml: Update BuildBox components to 0.0.9
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8b30edb8..d4f56b39f 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-149783478
+ DOCKER_IMAGE_VERSION: master-154893333
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"
@@ -293,8 +293,8 @@ tests-wsl-master:
- PATH=/root/.local/bin:$PATH tox --version
script:
# Install static buildbox binaries
- - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.8-1e3b6f8e.tar.xz
- - tar -C /root/.local/bin -xf buildbox-x86_64-linux-0.0.8-1e3b6f8e.tar.xz
+ - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.9-983edf11.tar.xz
+ - tar -C /root/.local/bin -xf buildbox-x86_64-linux-0.0.9-983edf11.tar.xz
- PATH=/root/.local/bin:$PATH ${TEST_COMMAND}
only:
@@ -315,8 +315,8 @@ tests-wsl-non-master:
- PATH=/root/.local/bin:$PATH tox --version
script:
# Install static buildbox binaries
- - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.8-1e3b6f8e.tar.xz
- - tar -C /root/.local/bin -xf buildbox-x86_64-linux-0.0.8-1e3b6f8e.tar.xz
+ - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.9-983edf11.tar.xz
+ - tar -C /root/.local/bin -xf buildbox-x86_64-linux-0.0.9-983edf11.tar.xz
- PATH=/root/.local/bin:$PATH ${TEST_COMMAND}
when: manual