File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
config/jobs/kubernetes-sigs/cluster-api-operator Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ presubmits:
60
60
cluster : eks-prow-build-cluster
61
61
decorate : true
62
62
path_alias : sigs.k8s.io/cluster-api-operator
63
- always_run : true
64
63
optional : true
65
64
labels :
66
65
preset-service-account : " true"
67
66
branches :
68
67
# The script this job runs is not in all branches.
69
68
- ^main$
69
+ run_if_changed : ' ^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
70
70
spec :
71
71
containers :
72
72
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230613-63d85f5ed2-1.25
@@ -113,12 +113,12 @@ presubmits:
113
113
cluster : eks-prow-build-cluster
114
114
decorate : true
115
115
path_alias : sigs.k8s.io/cluster-api-operator
116
- always_run : true
117
116
labels :
118
117
preset-service-account : " true"
119
118
branches :
120
119
# The script this job runs is not in all branches.
121
120
- ^main$
121
+ run_if_changed : ' ^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
122
122
spec :
123
123
containers :
124
124
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230613-63d85f5ed2-1.25
@@ -139,8 +139,7 @@ presubmits:
139
139
path_alias : " sigs.k8s.io/cluster-api-operator"
140
140
optional : false
141
141
decorate : true
142
- # please see: https://play.golang.org/p/JJSVylVPd53 for more insights
143
- run_if_changed : (^[^d].*$)|(^d$)|(^.[^o].*$)|(^do$)|(^..[^c].*$)|(^doc$)|(^...[^s].*$)|(^docs$)|(^....[^/].*$)|(^[^d][^o][^c][^s]/.*$)
142
+ run_if_changed : ' ^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
144
143
max_concurrency : 5
145
144
labels :
146
145
preset-dind-enabled : " true"
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ presubmits:
60
60
cluster : eks-prow-build-cluster
61
61
decorate : true
62
62
path_alias : sigs.k8s.io/cluster-api-operator
63
- always_run : true
64
63
optional : true
65
64
labels :
66
65
preset-service-account : " true"
67
66
branches :
68
67
# The script this job runs is not in all branches.
69
68
- ^release-0.3$
69
+ run_if_changed : ' ^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
70
70
spec :
71
71
containers :
72
72
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230613-63d85f5ed2-1.25
@@ -113,12 +113,12 @@ presubmits:
113
113
cluster : eks-prow-build-cluster
114
114
decorate : true
115
115
path_alias : sigs.k8s.io/cluster-api-operator
116
- always_run : true
117
116
labels :
118
117
preset-service-account : " true"
119
118
branches :
120
119
# The script this job runs is not in all branches.
121
120
- ^release-0.3$
121
+ run_if_changed : ' ^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
122
122
spec :
123
123
containers :
124
124
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230613-63d85f5ed2-1.25
@@ -139,8 +139,7 @@ presubmits:
139
139
path_alias : " sigs.k8s.io/cluster-api-operator"
140
140
optional : false
141
141
decorate : true
142
- # please see: https://play.golang.org/p/JJSVylVPd53 for more insights
143
- run_if_changed : (^[^d].*$)|(^d$)|(^.[^o].*$)|(^do$)|(^..[^c].*$)|(^doc$)|(^...[^s].*$)|(^docs$)|(^....[^/].*$)|(^[^d][^o][^c][^s]/.*$)
142
+ run_if_changed : ' ^((api|cmd|config|controllers|hack|internal|scripts|test|util|webhook)/|go\.mod|go\.sum|Dockerfile|Makefile)'
144
143
max_concurrency : 5
145
144
labels :
146
145
preset-dind-enabled : " true"
You can’t perform that action at this time.
0 commit comments