Skip to content

Commit e2457b1

Browse files
change always_run from false to true
1 parent 60ccfd1 commit e2457b1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

config/jobs/kubernetes-csi/lib-volume-populator/lib-volume-populator-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ presubmits:
5858
# This cannot be enabled by default because there's always the risk
5959
# that something changes in master which breaks the pre-merge check.
6060
cluster: eks-prow-build-cluster
61-
always_run: false
61+
always_run: true
6262
optional: true
6363
decorate: true
6464
skip_report: false
@@ -155,7 +155,7 @@ presubmits:
155155
# This cannot be enabled by default because there's always the risk
156156
# that something changes in master which breaks the pre-merge check.
157157
cluster: eks-prow-build-cluster
158-
always_run: false
158+
always_run: true
159159
optional: true
160160
decorate: true
161161
skip_report: false
@@ -252,7 +252,7 @@ presubmits:
252252
# This cannot be enabled by default because there's always the risk
253253
# that something changes in master which breaks the pre-merge check.
254254
cluster: eks-prow-build-cluster
255-
always_run: false
255+
always_run: true
256256
optional: true
257257
decorate: true
258258
skip_report: false
@@ -295,7 +295,7 @@ presubmits:
295295
cpu: 4
296296
- name: pull-kubernetes-csi-lib-volume-populator-alpha-1-32-on-kubernetes-1-32
297297
cluster: eks-prow-build-cluster
298-
always_run: false
298+
always_run: true
299299
optional: true
300300
decorate: true
301301
skip_report: false

config/jobs/kubernetes-csi/volume-data-source-validator/volume-data-source-validator-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ presubmits:
5858
# This cannot be enabled by default because there's always the risk
5959
# that something changes in master which breaks the pre-merge check.
6060
cluster: eks-prow-build-cluster
61-
always_run: false
61+
always_run: true
6262
optional: true
6363
decorate: true
6464
skip_report: false
@@ -155,7 +155,7 @@ presubmits:
155155
# This cannot be enabled by default because there's always the risk
156156
# that something changes in master which breaks the pre-merge check.
157157
cluster: eks-prow-build-cluster
158-
always_run: false
158+
always_run: true
159159
optional: true
160160
decorate: true
161161
skip_report: false
@@ -252,7 +252,7 @@ presubmits:
252252
# This cannot be enabled by default because there's always the risk
253253
# that something changes in master which breaks the pre-merge check.
254254
cluster: eks-prow-build-cluster
255-
always_run: false
255+
always_run: true
256256
optional: true
257257
decorate: true
258258
skip_report: false
@@ -295,7 +295,7 @@ presubmits:
295295
cpu: 4
296296
- name: pull-kubernetes-csi-volume-data-source-validator-alpha-1-32-on-kubernetes-1-32
297297
cluster: eks-prow-build-cluster
298-
always_run: false
298+
always_run: true
299299
optional: true
300300
decorate: true
301301
skip_report: false

0 commit comments

Comments
 (0)