Skip to content

Commit f690cf5

Browse files
authored
Merge pull request #28742 from sbueringer/pr-cr-main
controller-runtime: change jobs to main
2 parents 6a0fc6a + d3ea15e commit f690cf5

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-periodics-master.yaml config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-periodics-main.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,21 @@ periodics:
1717
annotations:
1818
testgrid-dashboards: sig-api-machinery-kubebuilder
1919
testgrid-tab-name: controller-runtime-periodic-master
20+
- interval: 6h
21+
name: periodic-controller-runtime-test
22+
decorate: true
23+
extra_refs:
24+
- org: kubernetes-sigs
25+
repo: controller-runtime
26+
base_ref: main
27+
spec:
28+
containers:
29+
- image: golang:1.19
30+
command:
31+
- ./hack/ci-check-everything.sh
32+
resources:
33+
requests:
34+
cpu: "7000m"
35+
annotations:
36+
testgrid-dashboards: sig-api-machinery-kubebuilder
37+
testgrid-tab-name: controller-runtime-periodic-main
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
presubmits:
22
kubernetes-sigs/controller-runtime:
3-
- name: pull-controller-runtime-test-master
3+
- name: pull-controller-runtime-test
44
decorate: true
55
always_run: true
66
path_alias: sigs.k8s.io/controller-runtime
77
branches:
88
# The script this job runs is not in all branches.
99
- ^master$
10+
- ^main$
1011
spec:
1112
containers:
1213
- image: golang:1.19
@@ -17,19 +18,20 @@ presubmits:
1718
cpu: "7000m"
1819
annotations:
1920
testgrid-dashboards: sig-api-machinery-kubebuilder
20-
testgrid-tab-name: controller-runtime-master
21-
- name: pull-controller-runtime-apidiff-master
21+
testgrid-tab-name: controller-runtime-main
22+
- name: pull-controller-runtime-apidiff
2223
decorate: true
2324
always_run: true
2425
optional: true
2526
path_alias: sigs.k8s.io/controller-runtime
2627
branches:
2728
- ^master$
29+
- ^main$
2830
spec:
2931
containers:
3032
- image: golang:1.19
3133
command:
3234
- ./hack/apidiff.sh
3335
annotations:
3436
testgrid-dashboards: sig-api-machinery-kubebuilder
35-
testgrid-tab-name: controller-runtime-master-apidiff
37+
testgrid-tab-name: controller-runtime-main-apidiff

0 commit comments

Comments
 (0)