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

gateway-api crds-validation presubmit jobs #33448

Merged
merged 2 commits into from
Sep 10, 2024
Merged
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
194 changes: 177 additions & 17 deletions config/jobs/kubernetes-sigs/gateway-api/gateway-api-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,180 @@ presubmits:
skip_report: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-gateway-api-crds-validation-1
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: crds-validation-1
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test.crds-validation
- VERSION=1
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-gateway-api-crds-validation-2
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: crds-validation-2
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test.crds-validation
- VERSION=2
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-gateway-api-crds-validation-3
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: crds-validation-3
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test.crds-validation
- VERSION=3
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-gateway-api-crds-validation-4
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: crds-validation-4
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test.crds-validation
- VERSION=4
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-gateway-api-crds-validation-5
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: crds-validation-5
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test.crds-validation
- VERSION=5
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi