diff --git a/prow/config/config.yaml b/prow/config/config.yaml index 69cfb136..993281ef 100644 --- a/prow/config/config.yaml +++ b/prow/config/config.yaml @@ -13,6 +13,7 @@ in_repo_config: nephio-project/free5gc-packages: true nephio-project/free5gc: true nephio-project/edge-status-aggregator: true + nephio-project/kpt-backstage-plugins: true allowed_clusters: "*": ["default"] @@ -347,3 +348,25 @@ presubmits: - "--plugin-config=../test-infra/prow/config/plugins.yaml" - "--config-path=../test-infra/prow/config/config.yaml" - "--prow-yaml-repo-name=$(REPO_OWNER)/$(REPO_NAME)" + nephio-project/kpt-backstage-plugins: + - name: presubmit-test-kbp-inrepoconfig-validation + annotations: + labels: + run_if_changed: '.prow.yaml|.prow/' + skip_report: false + decorate: true + cluster: default + extra_refs: + - org: nephio-project + repo: test-infra + path_alias: github.com/nephio-project/test-infra + base_ref: main + spec: + containers: + - image: "gcr.io/k8s-prow/checkconfig:v20221208-8898931a7f" + command: + - "checkconfig" + args: + - "--plugin-config=../test-infra/prow/config/plugins.yaml" + - "--config-path=../test-infra/prow/config/config.yaml" + - "--prow-yaml-repo-name=$(REPO_OWNER)/$(REPO_NAME)"