Skip to content

Commit

Permalink
Change Playground catalog (#19)
Browse files Browse the repository at this point in the history
* Change Playground catalog

* Push to collections and MC catalog
  • Loading branch information
fhielpos authored Oct 5, 2023
1 parent dbe6250 commit f9b7b5b
Showing 1 changed file with 114 additions and 2 deletions.
116 changes: 114 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,126 @@ workflows:
tags:
only: /^v.*/

# Push to App catalogs
- architect/push-to-app-catalog:
context: "architect"
executor: "app-build-suite"
name: "package and push exception-recommender chart"
app_catalog: "giantswarm-playground-catalog"
app_catalog_test: "giantswarm-playground-test-catalog"
app_catalog: "giantswarm-catalog"
app_catalog_test: "giantswarm-test-catalog"
chart: "exception-recommender"
# Trigger job on git tag.
filters:
tags:
only: /^v.*/

- architect/push-to-app-catalog:
context: "architect"
executor: "app-build-suite"
name: push-exception-recommender-chart-to-control-plane-catalog
app_catalog: "control-plane-catalog"
app_catalog_test: "control-plane-test-catalog"
chart: "exception-recommender"
# Trigger job on git tag.
filters:
tags:
only: /^v.*/

# Push to collections
- architect/push-to-app-collection:
name: aws-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "aws-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: azure-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "azure-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: capa-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "capa-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: capz-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "capz-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: gcp-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "gcp-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: vsphere-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "vsphere-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: cloud-director-app-collection
context: "architect"
app_name: "exception-recommender"
app_namespace: "exception-recommender"
app_collection_repo: "cloud-director-app-collection"
requires:
- push-exception-recommender-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit f9b7b5b

Please sign in to comment.