Skip to content

Commit

Permalink
use go1.17 for test base image (aws-controllers-k8s#169)
Browse files Browse the repository at this point in the history
Description of changes:

* This is needed for testing ACK core libraries after controller-runtime dependency update which uses minimum go version 1.17

PR with failing test: aws-controllers-k8s/runtime#63

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
vijtrip2 authored and Nicholas Thomson committed Jan 8, 2022
1 parent 108be98 commit 6674877
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion prow/jobs/images/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM debian:buster-slim AS base
ARG GOPROXY=https://proxy.golang.org|direct
ENV GOPROXY=${GOPROXY}

ARG GO_VERSION=1.15
ARG GO_VERSION=1.17.5
ENV GO_VERSION=${GO_VERSION}

ENV GOPATH=/home/prow/go \
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs/jinja/presubmits/code_generator_tests.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.1
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.2
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -64,7 +64,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.5
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.6
securityContext:
privileged: true
env:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/jinja/presubmits/runtime_tests.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.1
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.2
resources:
limits:
cpu: 1
Expand Down
6 changes: 3 additions & 3 deletions prow/jobs/jinja/presubmits/service_tests.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.5
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.6
securityContext:
privileged: true
resources:
Expand Down Expand Up @@ -57,7 +57,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.5
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.6
securityContext:
privileged: true
resources:
Expand Down Expand Up @@ -103,7 +103,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.1
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.2
resources:
limits:
cpu: 2
Expand Down
Loading

0 comments on commit 6674877

Please sign in to comment.