diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-02-11 19:28:38 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-02-12 12:27:42 +0000 |
commit | 80dcf65de6abcb1a236e365a38124f3e96ea5d14 (patch) | |
tree | 04ece63dbb63299f374d772f0285f133eac0ceff /.gitlab-ci.yml | |
parent | 24d29a17fb1c94976e1c98c8b8231ef463644fc3 (diff) | |
download | buildstream-80dcf65de6abcb1a236e365a38124f3e96ea5d14.tar.gz |
.gitlab-ci.yml: run all generic fedora test in current stable version:29
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ac2f1eb5..508c329e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,8 +75,8 @@ tests-centos-7.6: <<: *tests image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.6.1810-master-46405991 -overnight-fedora-28-aarch64: - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-28-master-46405991 +overnight-fedora-29-aarch64: + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-29-master-47052095 tags: - aarch64 <<: *tests @@ -95,7 +95,7 @@ overnight-fedora-28-aarch64: tests-unix: # Use fedora here, to a) run a test on fedora and b) 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:28-master-46405991 + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095 <<: *tests variables: BST_FORCE_BACKEND: "unix" @@ -113,7 +113,7 @@ tests-unix: tests-fedora-missing-deps: # Ensure that tests behave nicely while missing bwrap and ostree - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991 + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095 <<: *tests script: @@ -132,7 +132,7 @@ tests-fedora-update-deps: # Check if the tests pass after updating requirements to their latest # allowed version. allow_failure: true - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991 + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095 <<: *tests script: |