[librsvg: 1/9] Use openSUSE Tumbleweed for the first tests and the "make distcheck" ones



commit 68e4ca4e9aed32889f6fc987a8ad003072dcb857
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Sep 2 17:29:39 2019 -0500

    Use openSUSE Tumbleweed for the first tests and the "make distcheck" ones
    
    To use the recent freetype release, which corresponds to the test
    reference files.

 .gitlab-ci.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfcff8dc..467f9916 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ stages:
 # STAGE 1 TESTS
 ########################################################################
 
-fedora test:
+.fedora test:
   image: $AMD64_FEDORA_LATEST
   stage: test
   variables:
@@ -96,11 +96,12 @@ fedora:rawhide:
     LIBRSVG_DEBUG: "yes"
   <<: *distro_test
 
-.opensuse:tumbleweed:
+opensuse:tumbleweed:
   image: $AMD64_OPENSUSE_TUMBLEWEED
+  stage: test
   variables:
     LIBRSVG_DEBUG: "yes"
-  <<: *distro_test
+  <<: *test
 
 debian:testing:
   image: $AMD64_DEBIAN_TESTING
@@ -145,7 +146,7 @@ clippy:
   when: manual
 
 tarball:
-  image: $AMD64_FEDORA_LATEST
+  image: $AMD64_OPENSUSE_TUMBLEWEED
   stage: lint
   variables:
     LIBRSVG_DEBUG: "yes"


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