Skip to content

Commit

Permalink
update k/release jobs to use go1.20
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed May 19, 2023
1 parent bb3c69e commit 55d53b8
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,21 @@ presubmits:
always_run: true
decorate: true
path_alias: k8s.io/release
cluster: eks-prow-build-cluster
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
- test
resources:
limits:
memory: 4Gi
cpu: 2
requests:
memory: 4Gi
cpu: 2
annotations:
testgrid-dashboards: sig-release-releng-presubmits
testgrid-tab-name: release-test
Expand All @@ -65,7 +73,7 @@ presubmits:
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
Expand All @@ -89,7 +97,7 @@ presubmits:
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
Expand All @@ -104,13 +112,21 @@ presubmits:
always_run: true
decorate: true
path_alias: k8s.io/release
cluster: eks-prow-build-cluster
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
- verify
resources:
limits:
memory: 4Gi
cpu: 2
requests:
memory: 4Gi
cpu: 2
annotations:
testgrid-dashboards: sig-release-releng-presubmits
testgrid-tab-name: release-verify
Expand Down

0 comments on commit 55d53b8

Please sign in to comment.