Skip to content

Commit

Permalink
Ignore default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Oct 29, 2024
1 parent c96d51a commit 012711b
Showing 1 changed file with 49 additions and 45 deletions.
94 changes: 49 additions & 45 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,56 @@ workflows:
jobs:
# Ensure that for every commit
# there is an app version in the test catalog.
- architect/push-to-app-catalog:
context: architect
name: push-to-control-plane-app-catalog
app_catalog: "control-plane-catalog"
app_catalog_test: "control-plane-test-catalog"
chart: "cluster-api-ipam-provider-in-cluster"
filters:
tags:
only: /^v.*/
- architect/push-to-app-catalog:
context: architect
name: push-to-control-plane-app-catalog
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
chart: cluster-api-ipam-provider-in-cluster
filters:
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: vsphere-app-collection
context: "architect"
app_name: "cluster-api-ipam-provider-in-cluster"
app_collection_repo: "vsphere-app-collection"
requires:
- push-to-control-plane-app-catalog
branches:
ignore:
- main
- master
- architect/push-to-app-collection:
name: vsphere-app-collection
context: architect
app_name: cluster-api-ipam-provider-in-cluster
app_collection_repo: vsphere-app-collection
requires:
- push-to-control-plane-app-catalog
# Trigger job on git tag.
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-vsphere-addons-app-collection
app_name: "cluster-api-ipam-provider-in-cluster"
app_collection_repo: "vsphere-addons-app-collection"
requires:
- push-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- architect/push-to-app-collection:
context: architect
name: push-to-vsphere-addons-app-collection
app_name: cluster-api-ipam-provider-in-cluster
app_collection_repo: vsphere-addons-app-collection
requires:
- push-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-vsphere-aws-addons-app-collection
app_name: "cluster-api-ipam-provider-in-cluster"
app_collection_repo: "vsphere-aws-addons-app-collection"
requires:
- push-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- architect/push-to-app-collection:
context: architect
name: push-to-vsphere-aws-addons-app-collection
app_name: cluster-api-ipam-provider-in-cluster
app_collection_repo: vsphere-aws-addons-app-collection
requires:
- push-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit 012711b

Please sign in to comment.