diff options
author | Josh Smith <qinusty@gmail.com> | 2018-08-29 11:54:47 +0100 |
---|---|---|
committer | Qinusty <jrsmith9822@gmail.com> | 2018-08-29 16:34:22 +0000 |
commit | d41c42d6c53884c63046a1b7df14f5ab87566551 (patch) | |
tree | 1ede0c03cee2b124a02de4acb4b271422613e41c /.gitlab-ci.yml | |
parent | 3c8646e368ec50fcfc98bac8f99515249f7b6700 (diff) | |
download | buildstream-d41c42d6c53884c63046a1b7df14f5ab87566551.tar.gz |
Add tests for cyclic variables check
Note: This modifies the docker containers used for testing to supply the
pytest-timeout package.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16f7d04a9..d57d33f83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,25 +84,25 @@ source_dist: - coverage-linux/ tests-debian-9: - image: buildstream/testsuite-debian:9-master-114-4cab18e3 + image: buildstream/testsuite-debian:9-master-117-aa3a33b3 <<: *linux-tests tests-fedora-27: - image: buildstream/testsuite-fedora:27-master-114-4cab18e3 + image: buildstream/testsuite-fedora:27-master-117-aa3a33b3 <<: *linux-tests tests-fedora-28: - image: buildstream/testsuite-fedora:28-master-114-4cab18e3 + image: buildstream/testsuite-fedora:28-master-117-aa3a33b3 <<: *linux-tests tests-ubuntu-18.04: - image: buildstream/testsuite-ubuntu:18.04-master-114-4cab18e3 + image: buildstream/testsuite-ubuntu:18.04-master-117-aa3a33b3 <<: *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-114-4cab18e3 + image: buildstream/testsuite-fedora:27-master-117-aa3a33b3 stage: test variables: BST_FORCE_BACKEND: "unix" |