diff --git a/.github/common.env b/.github/common.env index 196752a73..0929e8266 100644 --- a/.github/common.env +++ b/.github/common.env @@ -1,5 +1,5 @@ # Shared common variables -CI_IMAGE_VERSION=master-241289109 +CI_IMAGE_VERSION=master-359695845 CI_TOXENV_MAIN=py36-nocover,py37-nocover,py38-nocover,py39-nocover CI_TOXENV_ALL="${CI_TOXENV_MAIN}" diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml index a3bc1f3f2..15055286f 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' x-tests-template: &tests-template - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${CI_IMAGE_VERSION:-latest} + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest} command: tox -vvvvv -- --color=yes --integration -n 4 environment: TOXENV: ${CI_TOXENV_ALL} @@ -22,13 +22,9 @@ x-tests-template: &tests-template services: - fedora-32: + fedora-34: <<: *tests-template - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${CI_IMAGE_VERSION:-latest} - - fedora-33: - <<: *tests-template - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest} + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest} debian-10: <<: *tests-template diff --git a/.github/run-ci.sh b/.github/run-ci.sh index 80b4a91db..1ff51747d 100755 --- a/.github/run-ci.sh +++ b/.github/run-ci.sh @@ -67,8 +67,7 @@ set -x if [ -z "${test_names}" ]; then runTest "lint" runTest "debian-10" - runTest "fedora-32" - runTest "fedora-33" + runTest "fedora-34" runTest "ubuntu-18.04" runTest "centos-7.7.1908" else diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 061904e66..12e3eaa5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,7 @@ jobs: # "../compose/ci.docker-compose.yml" test-name: - debian-10 - - fedora-32 - - fedora-33 + - fedora-34 - ubuntu-18.04 - centos-7.7.1908 - lint