diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-08-21 13:09:09 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-08-21 12:46:57 +0000 |
commit | d1bd8c0bf541e6e7799a15fdb3d799374270b98f (patch) | |
tree | c5b183a22a161989f710e964bb3fb72fb4693a26 /.gitlab-ci.yml | |
parent | 3a4c147a9096e02f57c6057e0744e0c5c4d50fd2 (diff) | |
download | buildstream-d1bd8c0bf541e6e7799a15fdb3d799374270b98f.tar.gz |
.gitlab-ci.yml: Bump tags for testsuite images
These new images come with pinned versions of `pytest` and `pylint`:
- `pylint`: `== 2.1.1`
- `pytest`: `>= 3.7`
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f39c09a0..f68571d9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: buildstream/testsuite-debian:9-master-112-a9f63c5e +image: buildstream/testsuite-debian:9-master-114-4cab18e3 cache: key: "$CI_JOB_NAME-" @@ -79,25 +79,25 @@ source_dist: - coverage-linux/ tests-debian-9: - image: buildstream/testsuite-debian:9-master-112-a9f63c5e + image: buildstream/testsuite-debian:9-master-114-4cab18e3 <<: *linux-tests tests-fedora-27: - image: buildstream/testsuite-fedora:27-master-112-a9f63c5e + image: buildstream/testsuite-fedora:27-master-114-4cab18e3 <<: *linux-tests tests-fedora-28: - image: buildstream/testsuite-fedora:28-master-112-a9f63c5e + image: buildstream/testsuite-fedora:28-master-114-4cab18e3 <<: *linux-tests tests-ubuntu-18.04: - image: buildstream/testsuite-ubuntu:18.04-master-112-a9f63c5e + image: buildstream/testsuite-ubuntu:18.04-master-114-4cab18e3 <<: *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-112-a9f63c5e + image: buildstream/testsuite-fedora:27-master-114-4cab18e3 stage: test variables: BST_FORCE_BACKEND: "unix" |