Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Remove promxy from CAPA
Browse files Browse the repository at this point in the history
Towards giantswarm/roadmap#3218 this PR removes Promxy from CAPA.
  • Loading branch information
QuentinBisson authored Jun 3, 2024
1 parent f0ec53c commit db9ef06
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: azure-app-collection
app_name: "promxy-app"
app_namespace: "monitoring"
app_collection_repo: "azure-app-collection"
requires:
- app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/


- architect/push-to-app-collection:
context: architect
name: vsphere-app-collection
Expand Down Expand Up @@ -73,20 +58,6 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: capa-app-collection
app_name: "promxy-app"
app_namespace: "monitoring"
app_collection_repo: "capa-app-collection"
requires:
- app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: capz-app-collection
Expand All @@ -100,17 +71,3 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: gcp-app-collection
app_name: "promxy-app"
app_namespace: "monitoring"
app_collection_repo: "gcp-app-collection"
requires:
- app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit db9ef06

Please sign in to comment.