File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
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:41 -${CI_IMAGE_VERSION:-latest}
4+ image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:42 -${CI_IMAGE_VERSION:-latest}
55 command : tox -vvvvv -- --color=yes --integration
66 environment :
77 TOXENV : ${CI_TOXENV_ALL}
@@ -34,10 +34,6 @@ services:
3434 << : *tests-template
3535 image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:13-${CI_IMAGE_VERSION:-latest}
3636
37- fedora-41 :
38- << : *tests-template
39- image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:41-${CI_IMAGE_VERSION:-latest}
40-
4137 fedora-42 :
4238 << : *tests-template
4339 image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:42-${CI_IMAGE_VERSION:-latest}
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function runServiceTest() {
102102
103103
104104if [ -z " ${test_names} " ]; then
105- for test_name in mypy debian-11 debian-12 debian-13 fedora-41 fedora- 42 fedora-missing-deps ubuntu-22.04; do
105+ for test_name in mypy debian-11 debian-12 debian-13 fedora-42 fedora-missing-deps ubuntu-22.04; do
106106 if ! runTest " ${test_name} " ; then
107107 echo " Tests failed"
108108 exit 1
Original file line number Diff line number Diff line change 3939 - debian-11
4040 - debian-12
4141 - debian-13
42- - fedora-41
4342 - fedora-42
4443 - fedora-missing-deps
4544 - ubuntu-22.04
You can’t perform that action at this time.
0 commit comments