Skip to content

Commit 06a59d0

Browse files
authored
Merge pull request #35542 from justinsb/add_kro
Onboard KRO onto prow / testgrid
2 parents 07c99de + 7fcbaa3 commit 06a59d0

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- sig-cloud-provider-leads
5+
- a-hilaly
6+
- barney-s
7+
- bridgetkromhout
8+
- cheftako
9+
# Not yet members of org
10+
# - jlbutler
11+
# - matthchr
12+
# - nicslatts
13+
14+
reviewers:
15+
# Not yet members of org
16+
# - jakobmoellerdev
17+
# - michaelhtm
18+
# - n3wscott
19+
20+
labels:
21+
- sig/cloud-provider
22+
- area/kro
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
presubmits:
2+
kubernetes-sigs/kro:
3+
- name: presubmits-unit-tests
4+
always_run: true
5+
optional: false
6+
decorate: true
7+
decoration_config:
8+
timeout: 3h
9+
path_alias: "sigs.k8s.io/kro"
10+
cluster: eks-prow-build-cluster
11+
branches:
12+
- ^main$
13+
spec:
14+
containers:
15+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-1.33
16+
command:
17+
- scripts/ci/presubmits/unit-tests
18+
resources:
19+
limits:
20+
cpu: 4
21+
memory: 4Gi
22+
requests:
23+
cpu: 4
24+
memory: 4Gi
25+
annotations:
26+
testgrid-dashboards: sig-cloud-provider-kro-presubmits
27+
testgrid-tab-name: presubmits-unit-tests
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
labels:
4+
- area/kro
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dashboard_groups:
2+
- name: sig-cloud-provider-kro
3+
dashboard_names:
4+
- sig-cloud-provider-kro-presubmits
5+
6+
dashboards:
7+
- name: sig-cloud-provider-kro-presubmits

label_sync/labels.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ larger set of contributors to apply/remove them.
7777
| <a id="api-review" href="#api-review">`api-review`</a> | Categorizes an issue or PR as actively needing an API review.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
7878
| <a id="area/community-meeting" href="#area/community-meeting">`area/community-meeting`</a> | Issues or PRs that should potentially be discussed in a Kubernetes community meeting.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
7979
| <a id="area/dependency" href="#area/dependency">`area/dependency`</a> | Issues or PRs related to dependency changes| label | |
80+
| <a id="area/kro" href="#area/kro">`area/kro`</a> | Issues or PRs related to KRO| label | |
8081
| <a id="area/provider/aws" href="#area/provider/aws">`area/provider/aws`</a> | Issues or PRs related to aws provider <br><br> This was previously `area/platform/aws`, `area/platform/eks`, `sig/aws`, `aws`, | label | |
8182
| <a id="area/provider/azure" href="#area/provider/azure">`area/provider/azure`</a> | Issues or PRs related to azure provider <br><br> This was previously `area/platform/aks`, `area/platform/azure`, `sig/azure`, `azure`, | label | |
8283
| <a id="area/provider/digitalocean" href="#area/provider/digitalocean">`area/provider/digitalocean`</a> | Issues or PRs related to digitalocean provider| label | |

label_sync/labels.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ default:
8080
- name: area/platform/vsphere
8181
- name: sig/vmware
8282
- name: vmware
83+
- color: 0052cc
84+
description: Issues or PRs related to KRO
85+
name: area/kro
86+
target: both
87+
addedBy: label
8388
- color: 0052cc
8489
description: Issues or PRs that should potentially be discussed in a Kubernetes community meeting.
8590
name: area/community-meeting

0 commit comments

Comments
 (0)