This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/test-workflows in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit b7c42582fd97cdef5ce701d2978318cff231b26e Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Oct 6 15:16:35 2020 +0900 .github/workflows/ci.yml: Use fresh docker images --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc5c2e..26d4d85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ on: push # - standardize WSL tasks by using GitHub-provided runners env: - CI_IMAGE: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333 + CI_IMAGE: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-master-177137613 PYTEST_ARGS: --color=yes --integration -n 4 jobs: @@ -30,7 +30,7 @@ jobs: env: CI_IMAGE_PREFIX: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite - CI_IMAGE_SUFFIX: master-154893333 + CI_IMAGE_SUFFIX: master-177137613 TOXENV: py36,py6-plugins,py37,py37-plugins,py38,py38-plugins # FIXME: De-duplicate against tox.ini BST_PLUGINS_EXPERIMENTAL_VERSION: 1.93.4 @@ -43,20 +43,20 @@ jobs: # the base for running tests. test-name: - debian:10 - - fedora:30 - fedora:31 + - fedora:32 - ubuntu:18.04 - centos:7.7.1908 include: # Ensure that tests also pass without `--develop` flag. - test-name: no-usedevelop - image-name: fedora:31 + image-name: fedora:32 toxenv: py36-nocover,py37-nocover,py38-nocover # Test the master version of some external plugins - test-name: plugins-master - image-name: fedora:31 + image-name: fedora:32 bst-plugins-experimental-version: master allow-failure: true @@ -91,7 +91,7 @@ jobs: tests-fedora-missing-deps: runs-on: ubuntu-20.04 - container: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333 + container: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-master-177137613 steps: - name: Check out repository uses: actions/checkout@v2 @@ -114,7 +114,7 @@ jobs: mypy: runs-on: ubuntu-20.04 - container: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333 + container: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-master-177137613 steps: - name: Check out repository uses: actions/checkout@v2 @@ -123,7 +123,7 @@ jobs: lint: runs-on: ubuntu-20.04 - container: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333 + container: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-master-177137613 steps: - name: Check out repository uses: actions/checkout@v2
