Skip to content

Commit 2cc565c

Browse files
authored
Merge pull request #29555 from cpanato/update-k-release
update k/release jobs to use go1.20
2 parents bb3c69e + 55d53b8 commit 2cc565c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

config/jobs/kubernetes/release/release-config.yaml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,21 @@ presubmits:
4444
always_run: true
4545
decorate: true
4646
path_alias: k8s.io/release
47+
cluster: eks-prow-build-cluster
4748
spec:
4849
containers:
49-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
50+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
5051
imagePullPolicy: Always
5152
command:
5253
- make
5354
- test
55+
resources:
56+
limits:
57+
memory: 4Gi
58+
cpu: 2
59+
requests:
60+
memory: 4Gi
61+
cpu: 2
5462
annotations:
5563
testgrid-dashboards: sig-release-releng-presubmits
5664
testgrid-tab-name: release-test
@@ -65,7 +73,7 @@ presubmits:
6573
path_alias: k8s.io/release
6674
spec:
6775
containers:
68-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
76+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
6977
imagePullPolicy: Always
7078
command:
7179
- make
@@ -89,7 +97,7 @@ presubmits:
8997
path_alias: k8s.io/release
9098
spec:
9199
containers:
92-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
100+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
93101
imagePullPolicy: Always
94102
command:
95103
- make
@@ -104,13 +112,21 @@ presubmits:
104112
always_run: true
105113
decorate: true
106114
path_alias: k8s.io/release
115+
cluster: eks-prow-build-cluster
107116
spec:
108117
containers:
109-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
118+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
110119
imagePullPolicy: Always
111120
command:
112121
- make
113122
- verify
123+
resources:
124+
limits:
125+
memory: 4Gi
126+
cpu: 2
127+
requests:
128+
memory: 4Gi
129+
cpu: 2
114130
annotations:
115131
testgrid-dashboards: sig-release-releng-presubmits
116132
testgrid-tab-name: release-verify

0 commit comments

Comments
 (0)