File tree 2 files changed +24
-4
lines changed
config/jobs/kubernetes-sigs/controller-runtime
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,21 @@ periodics:
17
17
annotations :
18
18
testgrid-dashboards : sig-api-machinery-kubebuilder
19
19
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 number Diff line number Diff line change 1
1
presubmits :
2
2
kubernetes-sigs/controller-runtime :
3
- - name : pull-controller-runtime-test-master
3
+ - name : pull-controller-runtime-test
4
4
decorate : true
5
5
always_run : true
6
6
path_alias : sigs.k8s.io/controller-runtime
7
7
branches :
8
8
# The script this job runs is not in all branches.
9
9
- ^master$
10
+ - ^main$
10
11
spec :
11
12
containers :
12
13
- image : golang:1.19
@@ -17,19 +18,20 @@ presubmits:
17
18
cpu : " 7000m"
18
19
annotations :
19
20
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
22
23
decorate : true
23
24
always_run : true
24
25
optional : true
25
26
path_alias : sigs.k8s.io/controller-runtime
26
27
branches :
27
28
- ^master$
29
+ - ^main$
28
30
spec :
29
31
containers :
30
32
- image : golang:1.19
31
33
command :
32
34
- ./hack/apidiff.sh
33
35
annotations :
34
36
testgrid-dashboards : sig-api-machinery-kubebuilder
35
- testgrid-tab-name : controller-runtime-master -apidiff
37
+ testgrid-tab-name : controller-runtime-main -apidiff
You can’t perform that action at this time.
0 commit comments