diff options
author | Jürg Billeter <j@bitron.ch> | 2020-04-22 08:08:09 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-04-22 08:08:09 +0200 |
commit | 91dcc036a9cd16dbf0a95b2a9745a4e51f75221e (patch) | |
tree | 9d28d05dce473581ab5807c7ed9fd948abec4863 /.gitlab-ci.yml | |
parent | 6c6d8f8c9c1dbe5a8990869daff469976bdbc0b2 (diff) | |
download | buildstream-91dcc036a9cd16dbf0a95b2a9745a4e51f75221e.tar.gz |
.gitlab-ci.yml: Update to CentOS 7.7juerg/centos-7.7
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51f755b26..e9977ffb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,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-132813612 + DOCKER_IMAGE_VERSION: master-138527946 PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" PYTEST_ARGS: "--color=yes --integration -n 2" @@ -79,9 +79,9 @@ tests-ubuntu-18.04: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-${DOCKER_IMAGE_VERSION} <<: *tests -tests-centos-7.6: +tests-centos-7.7: <<: *tests - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.6.1810-${DOCKER_IMAGE_VERSION} + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.7.1908-${DOCKER_IMAGE_VERSION} tests-python-3.8-buster: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-python:3.8-buster-${DOCKER_IMAGE_VERSION} @@ -451,7 +451,7 @@ coverage: - cp -a .coverage-reports/ ./coverage-report dependencies: - tests-buildbox-run - - tests-centos-7.6 + - tests-centos-7.7 - tests-debian-10 - tests-fedora-30 - tests-fedora-31 |