Skip to content

Commit 9d57646

Browse files
jjardongtristan
authored andcommitted
.github: do not test in fedora 32; It's EOL for a while now
1 parent e20186d commit 9d57646

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

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

Lines changed: 1 addition & 4 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:32-${CI_IMAGE_VERSION:-latest}
4+
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
55
command: tox -vvvvv -- --color=yes --integration
66
environment:
77
TOXENV: ${CI_TOXENV_ALL}
@@ -22,9 +22,6 @@ x-tests-template: &tests-template
2222

2323
services:
2424

25-
fedora-32:
26-
<<: *tests-template
27-
2825
fedora-33:
2926
<<: *tests-template
3027
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}

.github/run-ci.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ if [ -z "${test_names}" ]; then
103103
runTest "lint"
104104
runTest "mypy"
105105
runTest "debian-10"
106-
runTest "fedora-32"
107106
runTest "fedora-33"
108107
runTest "ubuntu-18.04"
109108
runTest "centos-7.7.1908"

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
# "../compose/ci.docker-compose.yml"
3838
test-name:
3939
- debian-10
40-
- fedora-32
4140
- fedora-33
4241
- ubuntu-18.04
4342
- centos-7.7.1908

0 commit comments

Comments
 (0)