File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ services:
2626 << : *tests-template
2727 image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}
2828
29+ fedora-34 :
30+ << : *tests-template
31+ image : registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
32+
2933 debian-10 :
3034 << : *tests-template
3135 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 @@ -104,6 +104,7 @@ if [ -z "${test_names}" ]; then
104104 runTest " mypy"
105105 runTest " debian-10"
106106 runTest " fedora-33"
107+ runTest " fedora-34"
107108 runTest " ubuntu-18.04"
108109 runTest " centos-7.7.1908"
109110 runTest " fedora-missing-deps"
Original file line number Diff line number Diff line change 3838 test-name :
3939 - debian-10
4040 - fedora-33
41+ - fedora-34
4142 - ubuntu-18.04
4243 - centos-7.7.1908
4344 - fedora-missing-deps
You can’t perform that action at this time.
0 commit comments