Skip to content

Commit e6d144d

Browse files
jjardongtristan
authored andcommitted
.github: Test in Fedora 34
This is the current stable version
1 parent c73671b commit e6d144d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

.github/run-ci.sh

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

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)