From 4aa4bdf71a851b0d55514c23be4a1b2654f6a2a2 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Wed, 6 Feb 2019 17:26:10 +0000 Subject: Update testing images to include c++ compiler --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6b7ddcee..96ab1c871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: buildstream/testsuite-debian:9-5da27168-32c47d1c +image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-46405991 cache: key: "$CI_JOB_NAME-" @@ -46,23 +46,23 @@ variables: - .coverage-reports tests-debian-9: - image: buildstream/testsuite-debian:9-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-46405991 <<: *tests tests-fedora-27: - image: buildstream/testsuite-fedora:27-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-46405991 <<: *tests tests-fedora-28: - image: buildstream/testsuite-fedora:28-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-46405991 <<: *tests tests-ubuntu-18.04: - image: buildstream/testsuite-ubuntu:18.04-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-46405991 <<: *tests tests-python-3.7-stretch: - image: buildstream/testsuite-python:3.7-stretch-a60f0c39 + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-python:3.7-stretch-46405991 <<: *tests variables: @@ -73,10 +73,10 @@ tests-python-3.7-stretch: tests-centos-7.6: <<: *tests - image: buildstream/testsuite-centos:7.6-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.6.1810-master-46405991 overnight-fedora-28-aarch64: - image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-28-46405991 tags: - aarch64 <<: *tests @@ -95,7 +95,7 @@ overnight-fedora-28-aarch64: 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-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-46405991 <<: *tests variables: BST_FORCE_BACKEND: "unix" @@ -113,7 +113,7 @@ tests-unix: tests-fedora-missing-deps: # Ensure that tests behave nicely while missing bwrap and ostree - image: buildstream/testsuite-fedora:28-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-46405991 <<: *tests script: @@ -132,7 +132,7 @@ tests-fedora-update-deps: # Check if the tests pass after updating requirements to their latest # allowed version. allow_failure: true - image: buildstream/testsuite-fedora:28-5da27168-32c47d1c + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-46405991 <<: *tests script: -- cgit v1.2.1