You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/10/26 15:00:08 UTC

[GitHub] [buildstream] juergbi commented on a change in pull request #1513: .github: Test in Fedora 34

juergbi commented on a change in pull request #1513:
URL: https://github.com/apache/buildstream/pull/1513#discussion_r736638328



##########
File path: .github/compose/ci.docker-compose.yml
##########
@@ -22,10 +22,11 @@ x-tests-template: &tests-template
 
 services:
 
-  fedora-32:
+  fedora-33:
     <<: *tests-template
+    image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}
 
-  fedora-33:
+  fedora-34:
     <<: *tests-template
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}

Review comment:
       ```suggestion
       image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org