From f4c10d7c9634d26f9236a846e90ae317b50bf0d2 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 24 Nov 2021 10:57:36 +0100
Subject: [PATCH] Remove rocketchat from CI

---
 .gitlab-ci.yml | 51 --------------------------------------------------
 1 file changed, 51 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59f6a1dd4..eb826cf09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,19 +128,6 @@ include:
   extends:
     - .general_rules
 
-.rocketchat_rules:
-  rules:
-    - changes:
-        - flux2/apps/$RESOURCE/*.yaml
-        - flux2/cluster/optional/$RESOURCE/*.yaml
-        - install/install-app.sh
-        - test/taiko/*
-    - if: '$TRIGGER_JOBS =~ /enable-rocketchat/'
-    - if: '$CI_COMMIT_MESSAGE =~ /TRIGGER_JOBS=.*enable-rocketchat/'
-    # Because we're replacing Rocket.Chat with Zulip, and to spare resources, we
-    # do not test it in the all `main` CI pipelines anymore.
-    # - if: '$CI_COMMIT_BRANCH == "main"'
-
 .wekan_rules:
   rules:
     - changes:
@@ -419,13 +406,6 @@ enable-nextcloud:
     - .enable_app_template
     - .nextcloud_rules
 
-enable-rocketchat:
-  variables:
-    RESOURCE: "rocketchat"
-  extends:
-    - .enable_app_template
-    - .rocketchat_rules
-
 enable-wekan:
   variables:
     RESOURCE: "wekan"
@@ -477,16 +457,6 @@ nextcloud-kustomization-ready:
     - .app-kustomization-ready
     - .nextcloud_rules
 
-rocketchat-kustomization-ready:
-  needs:
-    - job: setup-stackspin
-    - job: enable-rocketchat
-  variables:
-    RESOURCE: "rocketchat"
-  extends:
-    - .app-kustomization-ready
-    - .rocketchat_rules
-
 wekan-kustomization-ready:
   needs:
     - job: setup-stackspin
@@ -552,16 +522,6 @@ kube-prometheus-stack-cert:
     - .apps-cert
     - .kube_prometheus_stack_rules
 
-rocketchat-cert:
-  variables:
-    RESOURCE: "rocketchat"
-  needs:
-    - job: enable-rocketchat
-    - job: setup-stackspin
-  extends:
-    - .apps-cert
-    - .rocketchat_rules
-
 single-sign-on-cert:
   variables:
     RESOURCE: "single-sign-on"
@@ -698,17 +658,6 @@ nextcloud-taiko:
     - .taiko
     - .nextcloud_rules
 
-rocketchat-taiko:
-  variables:
-    RESOURCE: "rocketchat"
-  needs:
-    - job: rocketchat-cert
-    - job: setup-stackspin
-    - job: rocketchat-kustomization-ready
-  extends:
-    - .taiko
-    - .rocketchat_rules
-
 wekan-taiko:
   variables:
     RESOURCE: "wekan"
-- 
GitLab