[gnome-build-meta/abderrahim/ci-improvements: 8/12] .gitlab-ci.yml: do not allow failures for non x86_64 architectures



commit edfb0377b741372ea730ca7bcbedf4d0d9d30496
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Jan 13 11:30:51 2019 +0100

    .gitlab-ci.yml: do not allow failures for non x86_64 architectures
    
    there should be no arch related failures anymore

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 403e833..e09fdde 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -174,7 +174,6 @@ build-gnome-core-i386:
     - gnome-build-meta
   variables:
     ARCH: i686
-  allow_failure: true
 
 build-gnome-core-aarch64:
   extends: .build-template
@@ -184,7 +183,6 @@ build-gnome-core-aarch64:
     - gnome-build-meta
   variables:
     ARCH: aarch64
-  allow_failure: true
 
 build-gnome-core-arm:
   extends: .build-template
@@ -194,7 +192,6 @@ build-gnome-core-arm:
     - gnome-build-meta
   variables:
     ARCH: arm
-  allow_failure: true
 
 flatpak-x86_64:
   extends: .flatpak-template


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