Skip to content

Commit

Permalink
apiserver-network-proxy: configure release-0.31 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh52 committed Oct 18, 2024
1 parent cba2e58 commit cca4bb4
Showing 1 changed file with 12 additions and 41 deletions.
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:v20241017-ea6eab1555-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241017-ea6eab1555-0.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:v20241017-ea6eab1555-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241017-ea6eab1555-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:v20241017-ea6eab1555-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

0 comments on commit cca4bb4

Please sign in to comment.