Skip to content
Snippets Groups Projects
Unverified Commit f4c10d7c authored by Varac's avatar Varac
Browse files

Remove rocketchat from CI

parent cd215aac
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment