Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apiserver-network-proxy: configure release-0.31 branch. #33681

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
presubmits:
kubernetes-sigs/apiserver-network-proxy:
- name: pull-apiserver-network-proxy-test-0-28
- name: pull-apiserver-network-proxy-test-0-31
cluster: eks-prow-build-cluster
always_run: true
branches:
- release-0.28
- release-0.31
skip_report: false
decorate: true
path_alias: sigs.k8s.io/apiserver-network-proxy
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.20.12
- image: public.ecr.aws/docker/library/golang:1.22.5
command:
- make
args:
Expand All @@ -24,21 +24,21 @@ presubmits:
cpu: 2
annotations:
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
testgrid-tab-name: pr-test-0-28
testgrid-tab-name: pr-test-0-31
description: Tests the apiserver-network-proxy
- name: pull-apiserver-network-proxy-docker-build-amd64-0-28
- name: pull-apiserver-network-proxy-docker-build-amd64-0-31
cluster: eks-prow-build-cluster
always_run: true
branches:
- release-0.28
- release-0.31
skip_report: false
decorate: true
path_alias: sigs.k8s.io/apiserver-network-proxy
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-d3a4913879-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-d3a4913879-1.31
command:
- "runner.sh"
args:
Expand All @@ -59,21 +59,21 @@ presubmits:
cpu: 2
annotations:
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
testgrid-tab-name: pr-docker-build-amd64-0-28
testgrid-tab-name: pr-docker-build-amd64-0-31
description: Build amd64 image via Docker for the apiserver-network-proxy
- name: pull-apiserver-network-proxy-docker-build-arm64-0-28
- name: pull-apiserver-network-proxy-docker-build-arm64-0-31
cluster: eks-prow-build-cluster
always_run: true
branches:
- release-0.28
- release-0.31
skip_report: false
decorate: true
path_alias: sigs.k8s.io/apiserver-network-proxy
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-d3a4913879-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-d3a4913879-1.31
command:
- "runner.sh"
args:
Expand All @@ -94,34 +94,5 @@ presubmits:
cpu: 2
annotations:
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
testgrid-tab-name: pr-docker-build-arm64-0-28
testgrid-tab-name: pr-docker-build-arm64-0-31
description: Build arm64 image via Docker for the apiserver-network-proxy
- name: pull-apiserver-network-proxy-make-lint-0-28
cluster: eks-prow-build-cluster
always_run: true
branches:
- release-0.28
skip_report: false
decorate: true
path_alias: sigs.k8s.io/apiserver-network-proxy
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-d3a4913879-1.28
command:
- "runner.sh"
args:
- make
- lint
resources:
requests:
memory: 8Gi
cpu: 2
limits:
memory: 8Gi
cpu: 2
annotations:
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
testgrid-tab-name: pr-make-lint-0-28
description: Run lint target for the apiserver-network-proxy