From db9ef062bd3cbe183bd23e434724a19157f70f5a Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Mon, 3 Jun 2024 11:39:12 +0200 Subject: [PATCH 1/3] Remove promxy from CAPA Towards giantswarm/roadmap#3218 this PR removes Promxy from CAPA. --- .circleci/config.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afd6aa0..e7aaf34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,21 +30,6 @@ workflows: tags: only: /^v.*/ - - architect/push-to-app-collection: - context: architect - name: azure-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "azure-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ - - - architect/push-to-app-collection: context: architect name: vsphere-app-collection @@ -73,20 +58,6 @@ workflows: tags: only: /^v.*/ - - architect/push-to-app-collection: - context: architect - name: capa-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "capa-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ - - architect/push-to-app-collection: context: architect name: capz-app-collection @@ -100,17 +71,3 @@ workflows: ignore: /.*/ tags: only: /^v.*/ - - - architect/push-to-app-collection: - context: architect - name: gcp-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "gcp-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ From 0e092e49d3138f2b115e2d1ff7475946435d152b Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 18 Jun 2024 13:38:14 +0200 Subject: [PATCH 2/3] also remove from capz --- .circleci/config.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f967aae..4c6d391 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,17 +57,3 @@ workflows: ignore: /.*/ tags: only: /^v.*/ - - - architect/push-to-app-collection: - context: architect - name: capz-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "capz-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ From 99c7d89c4f9f3a27d5b8089bf8542fba990681a9 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 25 Jun 2024 15:46:15 +0200 Subject: [PATCH 3/3] Update config.yml --- .circleci/config.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c6d391..3819c47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,31 +29,3 @@ workflows: ignore: /.*/ tags: only: /^v.*/ - - - architect/push-to-app-collection: - context: architect - name: vsphere-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "vsphere-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ - - - architect/push-to-app-collection: - context: architect - name: cloud-director-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "cloud-director-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/