[nautilus/wip/oholy/ci-buildah: 3/4] ci: Remove broken triage job




commit 8eb21a09fc5ba58aed198816c1d0466cc60e5a5b
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Nov 19 10:54:39 2020 +0100

    ci: Remove broken triage job
    
    The triage job is broken, which regularly causes CI failures. I've
    made some attemts to fix it but I failed. I don't have capacity to
    spent more time on it. Let's remove the job completely for now to
    prevent the confusing CI failures.
    
    Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1625

 .gitlab-ci.yml       |  20 -------
 .triage-policies.yml | 143 ---------------------------------------------------
 2 files changed, 163 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fdd4ee68..1046dca63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ variables:
     BUNDLE: "nautilus-dev.flatpak"
 
 stages:
-    - triage
     - image
     - test
     - cross environment
@@ -54,25 +53,6 @@ flatpak master:
         - tags
     allow_failure: true
 
-triage:
-    image: ruby:2.4
-    stage: triage
-    script:
-        - gem install gitlab-triage
-        - gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome.org
-    only:
-        - schedules
-
-triage:dry-run:
-    image: ruby:2.4
-    stage: triage
-    script:
-        - gem install gitlab-triage
-        - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome.org
-    only:
-        - schedules
-    when: manual
-
 style check:
     image: registry.gitlab.gnome.org/gnome/nautilus:latest
     stage: test


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