Skip to content

Commit 578534c

Browse files
authored
Merge pull request #2051 from apache/jbilleter/fedora
ci: Drop Fedora 41
2 parents 45292b5 + e30f22b commit 578534c

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

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

Lines changed: 1 addition & 5 deletions
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: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}

.github/run-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function runServiceTest() {
102102

103103

104104
if [ -z "${test_names}" ]; then
105-
for test_name in mypy debian-11 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

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- debian-11
4040
- debian-12
4141
- debian-13
42-
- fedora-41
4342
- fedora-42
4443
- fedora-missing-deps
4544
- ubuntu-22.04

0 commit comments

Comments
 (0)