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 ced1374 commit a559f6b
Showing 1 changed file with 117 additions and 109 deletions.
226 changes: 117 additions & 109 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,121 +6,129 @@ orbs:
workflows:
build:
jobs:
- architect/go-build:
name: go-build
binary: etcd-backup-operator
filters:
tags:
only: /^v.*/
- architect/go-build:
name: go-build
binary: etcd-backup-operator
filters:
tags:
only: /^v.*/

- architect/push-to-registries:
name: push-to-registries
context: architect
requires:
- go-build
filters:
tags:
only: /^v.*/
- architect/push-to-registries:
name: push-to-registries
context: architect
requires:
- go-build
filters:
tags:
only: /^v.*/

- architect/push-to-app-catalog:
name: push-to-control-plane-catalog
context: architect
chart: etcd-backup-operator
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
requires:
- push-to-registries
filters:
tags:
only: /^v.*/
branches:
ignore:
- main
- master
- architect/push-to-app-catalog:
name: push-to-control-plane-catalog
context: architect
chart: etcd-backup-operator
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
requires:
- push-to-registries
filters:
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: push-to-aws-app-collection
context: architect
app_name: etcd-backup-operator
app_collection_repo: aws-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
branches:
ignore:
- main
- master
- architect/push-to-app-collection:
name: push-to-aws-app-collection
context: architect
app_name: etcd-backup-operator
app_collection_repo: aws-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

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

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

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

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

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

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

0 comments on commit a559f6b

Please sign in to comment.