@@ -3,9 +3,9 @@ presubmits:
3
3
- agent : kubernetes
4
4
always_run : true
5
5
branches :
6
- - ^master $
7
- - ^master -
8
- cluster : build10
6
+ - ^main $
7
+ - ^main -
8
+ cluster : build06
9
9
context : ci/prow/e2e-aws
10
10
decorate : true
11
11
decoration_config :
@@ -18,7 +18,7 @@ presubmits:
18
18
ci-operator.openshift.io/cloud-cluster-profile : aws
19
19
ci.openshift.io/generator : prowgen
20
20
pj-rehearse.openshift.io/can-be-rehearsed : " true"
21
- name : pull-ci-openshift-priv-linuxptp-daemon-master -e2e-aws
21
+ name : pull-ci-openshift-priv-linuxptp-daemon-main -e2e-aws
22
22
path_alias : github.com/openshift/linuxptp-daemon
23
23
rerun_command : /test e2e-aws
24
24
spec :
@@ -85,9 +85,9 @@ presubmits:
85
85
- agent : kubernetes
86
86
always_run : true
87
87
branches :
88
- - ^master $
89
- - ^master -
90
- cluster : build10
88
+ - ^main $
89
+ - ^main -
90
+ cluster : build03
91
91
context : ci/prow/gofmt
92
92
decorate : true
93
93
decoration_config :
@@ -98,7 +98,7 @@ presubmits:
98
98
labels :
99
99
ci.openshift.io/generator : prowgen
100
100
pj-rehearse.openshift.io/can-be-rehearsed : " true"
101
- name : pull-ci-openshift-priv-linuxptp-daemon-master -gofmt
101
+ name : pull-ci-openshift-priv-linuxptp-daemon-main -gofmt
102
102
path_alias : github.com/openshift/linuxptp-daemon
103
103
rerun_command : /test gofmt
104
104
spec :
@@ -148,9 +148,9 @@ presubmits:
148
148
- agent : kubernetes
149
149
always_run : true
150
150
branches :
151
- - ^master $
152
- - ^master -
153
- cluster : build10
151
+ - ^main $
152
+ - ^main -
153
+ cluster : build03
154
154
context : ci/prow/images
155
155
decorate : true
156
156
decoration_config :
@@ -161,7 +161,7 @@ presubmits:
161
161
labels :
162
162
ci.openshift.io/generator : prowgen
163
163
pj-rehearse.openshift.io/can-be-rehearsed : " true"
164
- name : pull-ci-openshift-priv-linuxptp-daemon-master -images
164
+ name : pull-ci-openshift-priv-linuxptp-daemon-main -images
165
165
path_alias : github.com/openshift/linuxptp-daemon
166
166
rerun_command : /test images
167
167
spec :
@@ -211,9 +211,9 @@ presubmits:
211
211
- agent : kubernetes
212
212
always_run : false
213
213
branches :
214
- - ^master $
215
- - ^master -
216
- cluster : build10
214
+ - ^main $
215
+ - ^main -
216
+ cluster : build03
217
217
context : ci/prow/security
218
218
decorate : true
219
219
decoration_config :
@@ -224,7 +224,7 @@ presubmits:
224
224
labels :
225
225
ci.openshift.io/generator : prowgen
226
226
pj-rehearse.openshift.io/can-be-rehearsed : " true"
227
- name : pull-ci-openshift-priv-linuxptp-daemon-master -security
227
+ name : pull-ci-openshift-priv-linuxptp-daemon-main -security
228
228
optional : true
229
229
path_alias : github.com/openshift/linuxptp-daemon
230
230
rerun_command : /test security
@@ -283,9 +283,9 @@ presubmits:
283
283
- agent : kubernetes
284
284
always_run : true
285
285
branches :
286
- - ^master $
287
- - ^master -
288
- cluster : build10
286
+ - ^main $
287
+ - ^main -
288
+ cluster : build03
289
289
context : ci/prow/unit-test
290
290
decorate : true
291
291
decoration_config :
@@ -296,7 +296,7 @@ presubmits:
296
296
labels :
297
297
ci.openshift.io/generator : prowgen
298
298
pj-rehearse.openshift.io/can-be-rehearsed : " true"
299
- name : pull-ci-openshift-priv-linuxptp-daemon-master -unit-test
299
+ name : pull-ci-openshift-priv-linuxptp-daemon-main -unit-test
300
300
path_alias : github.com/openshift/linuxptp-daemon
301
301
rerun_command : /test unit-test
302
302
spec :
0 commit comments