This is an automated email from the ASF dual-hosted git repository. chandan pushed a commit to branch chandan/fedora-33 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a19509442d6819d7b952847cbddeb7eaf52fdfc5 Author: Chandan Singh <[email protected]> AuthorDate: Thu Jan 21 21:19:39 2021 +0000 .github: Add fedora 33 to CI suite Fedora 33 is the current latest stable release. --- .github/compose/ci.docker-compose.yml | 4 ++++ .github/workflows/ci.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml index 614a79c..8eed4b4 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -29,6 +29,10 @@ services: fedora-32: <<: *tests-template + fedora-33: + <<: *tests-template + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest} + debian-10: <<: *tests-template image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${CI_IMAGE_VERSION:-latest} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dc2bba..28bb08c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: - debian-10 - fedora-31 - fedora-32 + - fedora-33 - ubuntu-18.04 - centos-7.7.1908 - fedora-missing-deps
