Skip to content

Commit c552413

Browse files
committed
.github: Test on Fedora 35
Fedora 35 includes Python 3.10.
1 parent 24bd727 commit c552413

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/compose/ci.docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22

33
x-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}

.github/run-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)