Skip to content

Commit

Permalink
Add repo-infra prow presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Sep 21, 2019
1 parent dcbb5ef commit 126dfd2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/jobs/kubernetes/repo-infra/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
approvers:
- BenTheElder
- clarketm
- fejta
- mikedanese


13 changes: 13 additions & 0 deletions config/jobs/kubernetes/repo-infra/repo-infra-presubmits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
presubmits:
kubernetes/repo-infra:
- name: pull-repo-infra-tests
always_run: true
decorate: true
path_alias: k8s.io/repo-infra
spec:
containers:
- image: launcher.gcr.io/google/bazel:0.29.1
command:
- ./presubmit.sh
annotations:
testgrid-create-test-group: 'true'
3 changes: 3 additions & 0 deletions config/testgrids/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,9 @@ dashboards:
- name: gubernator
test_group_name: pull-test-infra-gubernator
base_options: width=10
- name: repo-infra
test_group_name: pull-repo-infra-tests
base_options: width=10
- name: verify-file-perms
test_group_name: pull-test-infra-verify-file-perms
base_options: width=10
Expand Down

0 comments on commit 126dfd2

Please sign in to comment.