[tracker-miners/sam/fedora-rawhide: 410/410] ci: Add Fedora Rawhide target




commit 4c66c1de30e9712271c7f25dffcc330df876ed2d
Author: Sam Thursfield <sam afuera me uk>
Date:   Sat Jun 27 18:39:03 2020 +0200

    ci: Add Fedora Rawhide target
    
    This runs our test suite against the latest unstable versions of
    components. Note that the Rawhide image is not automatically rebuilt
    yet, see https://gitlab.gnome.org/GNOME/tracker-oci-images/-/issues/4

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a59fffcf..44bdbf502 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,6 +60,10 @@ test-fedora-latest:
   image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/fedora:latest
   <<: *test
 
+test-fedora-rawhide:
+  image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/fedora:rawhide
+  <<: *test
+
 test-ubuntu-rolling:
   image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/ubuntu:rolling
   <<: *test


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]