File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
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:32 -${CI_IMAGE_VERSION:-latest}
4+ image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34 -${CI_IMAGE_VERSION:-latest}
55 command : tox -vvvvv -- --color=yes --integration
66 environment :
77 TOXENV : ${CI_TOXENV_ALL}
@@ -22,9 +22,6 @@ x-tests-template: &tests-template
2222
2323services :
2424
25- fedora-32 :
26- << : *tests-template
27-
2825 fedora-33 :
2926 << : *tests-template
3027 image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ if [ -z "${test_names}" ]; then
103103 runTest " lint"
104104 runTest " mypy"
105105 runTest " debian-10"
106- runTest " fedora-32"
107106 runTest " fedora-33"
108107 runTest " ubuntu-18.04"
109108 runTest " centos-7.7.1908"
Original file line number Diff line number Diff line change 3737 # "../compose/ci.docker-compose.yml"
3838 test-name :
3939 - debian-10
40- - fedora-32
4140 - fedora-33
4241 - ubuntu-18.04
4342 - centos-7.7.1908
You can’t perform that action at this time.
0 commit comments