From 8a5e9b186d0e5ddc2ff290e6870d4409d11620e8 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 14 Oct 2024 14:08:56 +0200 Subject: [PATCH] ci: Add stackable-cockpit to repositories --- .github/workflows/generate_prs.yml | 6 ++++++ config/repositories.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/generate_prs.yml b/.github/workflows/generate_prs.yml index aaa9a517..48a215e0 100644 --- a/.github/workflows/generate_prs.yml +++ b/.github/workflows/generate_prs.yml @@ -85,6 +85,12 @@ jobs: pretty_string: Apache Spark-on-Kubernetes product_string: spark-k8s url: stackabletech/spark-k8s-operator.git + - name: stackable-cockpit + include_productconfig: false + has_product: false + pretty_string: Stackable Cockpit + product_string: stackable-cockpit + url: stackabletech/stackable-cockpit.git - name: superset-operator pretty_string: Apache Superset product_string: superset diff --git a/config/repositories.yaml b/config/repositories.yaml index 4345c5e7..a14b15b6 100644 --- a/config/repositories.yaml +++ b/config/repositories.yaml @@ -70,6 +70,12 @@ repositories: pretty_string: Apache Spark-on-Kubernetes product_string: spark-k8s url: stackabletech/spark-k8s-operator.git + - name: stackable-cockpit + include_productconfig: false + has_product: false + pretty_string: Stackable Cockpit + product_string: stackable-cockpit + url: stackabletech/stackable-cockpit.git - name: superset-operator pretty_string: Apache Superset product_string: superset