Skip to content

Commit

Permalink
Remove push to app collections
Browse files Browse the repository at this point in the history
This PR removes the push to app collections to avoid a conflict with giantswarm/alloy-gateway-app#3
  • Loading branch information
QuentinBisson authored Sep 30, 2024
1 parent 25e37d1 commit 4fafc7a
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-app-catalog:
context: architect
executor: app-build-suite
name: package-and-push-chart-to-control-catalog
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
chart: "alloy"
persist_chart_archive: true
ct_config: ".circleci/ct-config.yaml"
# Trigger job on git tag.
filters:
tags:
only: /^v.*/

- architect/run-tests-with-ats:
name: run-tests-with-ats
requires:
Expand All @@ -59,59 +45,3 @@ workflows:
branches:
ignore:
- main

- architect/push-to-app-collection:
context: architect
name: push-to-capa-app-collection
app_name: "alloy-gateway"
app_namespace: "monitoring"
app_collection_repo: "capa-app-collection"
requires:
- package-and-push-chart-to-control-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capz-app-collection
app_name: "alloy-gateway"
app_namespace: "monitoring"
app_collection_repo: "capz-app-collection"
requires:
- package-and-push-chart-to-control-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-cloud-director-app-collection
app_name: "alloy-gateway"
app_namespace: "monitoring"
app_collection_repo: "cloud-director-app-collection"
requires:
- package-and-push-chart-to-control-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: vsphere-app-collection
context: "architect"
app_name: "alloy-gateway"
app_namespace: "monitoring"
app_collection_repo: "vsphere-app-collection"
requires:
- package-and-push-chart-to-control-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit 4fafc7a

Please sign in to comment.