Skip to content

Commit 657bb76

Browse files
authored
Merge pull request #35646 from sats-23/presubmit-release
Remove branch restriction for ppc64le presubmits
2 parents bf06766 + 2bc466d commit 657bb76

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/jobs/kubernetes/cloud-provider-ibmcloud/kubernetes-ppc64le-presubmits.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ presubmits:
55
always_run: false
66
optional: true
77
decorate: true
8-
skip_branches:
9-
- release-\d+.\d+ # per-release job
108
annotations:
119
testgrid-dashboards: ibm-ppc64le-presubmits
1210
path_alias: k8s.io/kubernetes
@@ -22,8 +20,8 @@ presubmits:
2220
privileged: true
2321
resources:
2422
limits:
25-
cpu: 7
23+
cpu: 6
2624
memory: 20Gi
2725
requests:
28-
cpu: 7
26+
cpu: 6
2927
memory: 20Gi

0 commit comments

Comments
 (0)