Skip to content

Commit

Permalink
Migrate gateway-api jobs to eks-prow-build-cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Sadowski <[email protected]>
  • Loading branch information
rjsadow committed Jun 9, 2023
1 parent dcbc772 commit 08c1490
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/jobs/kubernetes-sigs/gateway-api/gateway-api-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/gateway-api:
- name: pull-gateway-api-verify
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: verify
Expand All @@ -23,7 +24,15 @@ presubmits:
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-gateway-api-test
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: test
Expand All @@ -46,3 +55,10 @@ presubmits:
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi

0 comments on commit 08c1490

Please sign in to comment.