Skip to content
Snippets Groups Projects
Commit d1bd8c0b authored by Chandan Singh's avatar Chandan Singh Committed by Tristan Van Berkom
Browse files

.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`
parent 3a4c147a
No related branches found
No related tags found
1 merge request!689Restrict pylint/pytest versions and bump CI tags
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment