Skip to content

Commit

Permalink
push pss-operator to all App collections
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon committed Nov 17, 2023
1 parent 66484f2 commit f7a4336
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,83 @@ workflows:
filters:
tags:
only: /^v.*/


- architect/push-to-app-collection:
context: architect
name: push-pss-operator-to-aws-app-collection
app_name: "pss-operator"
app_collection_repo: "aws-app-collection"
requires:
- push-pss-operator-to-aliyun
- push-pss-operator-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

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

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

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

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

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

0 comments on commit f7a4336

Please sign in to comment.