Skip to content

Commit

Permalink
feat: added jobs 2-5 for additional versions
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Sep 10, 2024
1 parent 91126d4 commit 5c657fd
Showing 1 changed file with 160 additions and 0 deletions.
160 changes: 160 additions & 0 deletions config/jobs/kubernetes-sigs/gateway-api/gateway-api-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,163 @@ presubmits:
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

0 comments on commit 5c657fd

Please sign in to comment.