[gnome-control-center/gbsneto/faster-ci] ci: Make armv8 and ppc64le manual jobs



commit 8800c9eb77b82e6968e8a1e95c9718091e01beee
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Sep 10 11:30:03 2018 -0300

    ci: Make armv8 and ppc64le manual jobs
    
    They consume too much CI resources and take a long time
    to run, which slows down the review and merge process.
    
    Make them manual from now on.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 099c78353..eaf940f69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -293,14 +293,14 @@ msan:
 
 armv8:
   <<: *multiarch
-  stage: test
+  stage: manual
   variables:
     DOCKER_DRIVER: overlay
     IMAGE: "claudioandre/settings:fedora.aarch64"
 
 ppc64le:
   <<: *multiarch
-  stage: test
+  stage: manual
   allow_failure: true
   variables:
     DOCKER_DRIVER: overlay


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