Skip to content

Commit

Permalink
enabling prow for kpt-backstage-plugins (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawc committed May 10, 2023
1 parent e407f86 commit 1f94a3c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -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)"

0 comments on commit 1f94a3c

Please sign in to comment.