From f7a433664b51db8a32186a06a5ac092d60e43ed5 Mon Sep 17 00:00:00 2001 From: kubasobon Date: Fri, 17 Nov 2023 14:18:17 +0100 Subject: [PATCH] push pss-operator to all App collections --- .circleci/config.yml | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 251f892..7427dbc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.*/