You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/01/26 08:04:58 UTC

[buildstream] branch master updated: Do not test in deprecated fedora 33

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new 83fc2d7  Do not test in deprecated fedora 33
     new d508773  Merge pull request #1579 from jjardon/jjardon/fedora33_remove
83fc2d7 is described below

commit 83fc2d7fbb23a05c8b2829b0a80d02185ca9bf8f
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Wed Jan 26 00:52:10 2022 +0000

    Do not test in deprecated fedora 33
---
 .github/compose/ci.docker-compose.yml | 4 ----
 .github/run-ci.sh                     | 1 -
 .github/workflows/ci.yml              | 1 -
 3 files changed, 6 deletions(-)

diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml
index 6ef2287..9196916 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -22,10 +22,6 @@ x-tests-template: &tests-template
 
 services:
 
-  fedora-33:
-    <<: *tests-template
-    image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}
-
   fedora-34:
     <<: *tests-template
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index 8981f3b..a860be7 100755
--- a/.github/run-ci.sh
+++ b/.github/run-ci.sh
@@ -103,7 +103,6 @@ if [ -z "${test_names}" ]; then
     runTest "lint"
     runTest "mypy"
     runTest "debian-10"
-    runTest "fedora-33"
     runTest "fedora-34"
     runTest "fedora-35"
     runTest "ubuntu-18.04"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dcb6cce..1ca4781 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
         # "../compose/ci.docker-compose.yml"
         test-name:
           - debian-10
-          - fedora-33
           - fedora-34
           - fedora-35
           - ubuntu-18.04