diff options
author | Javier Jardón <jjardon@gnome.org> | 2020-04-04 15:58:33 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-04-05 11:50:19 +0100 |
commit | 0e1ede11c7a82443a49d9beba1f111f44c03287a (patch) | |
tree | 34317979eb2b380f9d700f0541a3c6e38c9725d0 | |
parent | 1318bb7f99086013e24fddd20965af60e1c7f706 (diff) | |
download | buildstream-0e1ede11c7a82443a49d9beba1f111f44c03287a.tar.gz |
Use current stable fedora 31 for tests
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f5fd8712..feb79fac0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,12 +56,12 @@ tests-debian-10: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${DOCKER_IMAGE_VERSION} <<: *tests -tests-fedora-29: - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-55318540 +tests-fedora-30: + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-${DOCKER_IMAGE_VERSION} <<: *tests -tests-fedora-30: - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-55318540 +tests-fedora-31: + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} <<: *tests tests-ubuntu-18.04: @@ -84,7 +84,7 @@ tests-python-3.8-buster: tests-unix: # Use fedora here, to ensure that we # can get rid of ostree - this is not possible with debian-8 - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-55318540 + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} <<: *tests variables: BST_FORCE_BACKEND: "unix" @@ -190,8 +190,8 @@ coverage: dependencies: - tests-debian-9 - tests-debian-10 - - tests-fedora-29 - tests-fedora-30 + - tests-fedora-31 - tests-ubuntu-18.04 - tests-unix except: |