File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11version : ' 3.4'
22
33x-tests-template : &tests-template
4- image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34 -${CI_IMAGE_VERSION:-latest}
4+ image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:35 -${CI_IMAGE_VERSION:-latest}
55 command : tox -vvvvv -- --color=yes --integration
66 environment :
77 TOXENV : ${CI_TOXENV_ALL}
@@ -30,6 +30,10 @@ services:
3030 << : *tests-template
3131 image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
3232
33+ fedora-35 :
34+ << : *tests-template
35+ image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:35-${CI_IMAGE_VERSION:-latest}
36+
3337 debian-10 :
3438 << : *tests-template
3539 image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${CI_IMAGE_VERSION:-latest}
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ if [ -z "${test_names}" ]; then
105105 runTest " debian-10"
106106 runTest " fedora-33"
107107 runTest " fedora-34"
108+ runTest " fedora-35"
108109 runTest " ubuntu-18.04"
109110 runTest " centos-7.7.1908"
110111 runTest " fedora-missing-deps"
Original file line number Diff line number Diff line change 3939 - debian-10
4040 - fedora-33
4141 - fedora-34
42+ - fedora-35
4243 - ubuntu-18.04
4344 - centos-7.7.1908
4445 - fedora-missing-deps
You can’t perform that action at this time.
0 commit comments