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 8abea6b commit 26751b8
Showing 1 changed file with 107 additions and 99 deletions.
206 changes: 107 additions & 99 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,109 +6,117 @@ orbs:
workflows:
build:
jobs:
- architect/push-to-app-catalog:
name: push-to-giantswarm-catalog
context: architect
executor: app-build-suite
chart: ingress-nginx
app_catalog: giantswarm-catalog
app_catalog_test: giantswarm-test-catalog
persist_chart_archive: true
filters:
tags:
only: /^v.*/
- architect/push-to-app-catalog:
name: push-to-giantswarm-catalog
context: architect
executor: app-build-suite
chart: ingress-nginx
app_catalog: giantswarm-catalog
app_catalog_test: giantswarm-test-catalog
persist_chart_archive: true
filters:
tags:
only: /^v.*/

- architect/push-to-app-catalog:
name: push-to-control-plane-catalog
context: architect
executor: app-build-suite
chart: ingress-nginx
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
filters:
tags:
only: /^v.*/
branches:
ignore:
- main
- master
- architect/push-to-app-catalog:
name: push-to-control-plane-catalog
context: architect
executor: app-build-suite
chart: ingress-nginx
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
filters:
tags:
only: /^v.*/

- architect/run-tests-with-ats:
name: run-tests-with-ats
requires:
- push-to-giantswarm-catalog
filters:
branches:
ignore:
- main
branches:
ignore:
- main
- master
- architect/run-tests-with-ats:
name: run-tests-with-ats
requires:
- push-to-giantswarm-catalog
filters:
branches:
ignore:
- main

- architect/push-to-app-collection:
name: push-to-capa-app-collection
context: architect
app_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
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_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
app_collection_repo: vsphere-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit 26751b8

Please sign in to comment.