Skip to content

Commit

Permalink
chore: Remove cala refs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Jan 7, 2025
1 parent 5163bf3 commit d1494c3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 168 deletions.
1 change: 0 additions & 1 deletion ci/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ config:

#@ monitoring_charts = ["monitoring", "kafka-connect"]

#@ cala_charts = ["cala"]
#@ bitcoin_charts = ["bitcoind", "lnd", "specter", "bria", "fulcrum", "mempool"]

#@ addons_charts = ["admin-panel", "galoy-pay", "api-dashboard", "map", "voucher"]
Expand Down
21 changes: 0 additions & 21 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#@ "slack_resource",
#@ "monitoring_charts",
#@ "bitcoin_charts",
#@ "cala_charts",
#@ "addons_charts",
#@ "task_image_config",
#@ "repo_resource",
Expand Down Expand Up @@ -53,12 +52,6 @@ groups:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
- name: cala
jobs:
#@ for chart in cala_charts:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
- name: addons
jobs:
#@ for chart in addons_charts:
Expand All @@ -73,10 +66,6 @@ groups:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
#@ for chart in cala_charts:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
#@ for chart in bitcoin_charts:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
Expand Down Expand Up @@ -108,10 +97,6 @@ jobs:
- #@ testflight_job(chart, "monitoring")
- #@ bump_in_deployments_job(chart)
#@ end
#@ for chart in cala_charts:
- #@ testflight_job(chart, "cala")
- #@ bump_in_deployments_job(chart)
#@ end
#@ for chart in bitcoin_charts:
- #@ testflight_job(chart, "bitcoin")
- #@ bump_in_deployments_job(chart)
Expand Down Expand Up @@ -338,12 +323,6 @@ resources:
#@ end
- #@ slack_resource("monitoring")

#@ for chart in cala_charts:
- #@ chart_repo_resource(chart)
- #@ testflight_tf_resource(chart)
#@ end
- #@ slack_resource("cala")

#@ for chart in bitcoin_charts:
- #@ chart_repo_resource(chart)
- #@ testflight_tf_resource(chart)
Expand Down
3 changes: 0 additions & 3 deletions ci/tasks/cala-smoketest.sh

This file was deleted.

86 changes: 0 additions & 86 deletions ci/testflight/cala/main.tf

This file was deleted.

9 changes: 0 additions & 9 deletions ci/testflight/cala/testflight-values.yml.tmpl

This file was deleted.

1 change: 0 additions & 1 deletion ci/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ addons_slack_webhook_url: ((addons-slack.api_url))
auth_slack_webhook_url: ((auth-slack.api_url))
stablesats_slack_webhook_url: ((addons-slack.api_url))
galoy_deps_slack_webhook_url: ((galoy-deps-slack.api_url))
cala_slack_webhook_url: ((galoy-deps-slack.api_url))
slack_username: concourse
1 change: 0 additions & 1 deletion dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include('./galoy-deps/Tiltfile')
include('./bitcoin/Tiltfile')
include('./monitoring/Tiltfile')
include('./galoy/Tiltfile')
include('./cala/Tiltfile')
include('./addons/Tiltfile')
include('./stablesats/Tiltfile')
include('./kafka-connect/Tiltfile')
Expand Down
38 changes: 0 additions & 38 deletions dev/cala/Tiltfile

This file was deleted.

8 changes: 0 additions & 8 deletions dev/cala/cala-values.yml

This file was deleted.

0 comments on commit d1494c3

Please sign in to comment.