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

add pre submit e2e test to inference extension repo #34495

Open
wants to merge 2 commits 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
@@ -33,3 +33,38 @@ periodics:
requests:
cpu: 3
memory: 10Gi
- interval: 12h
name: periodic-gateway-api-inference-extension-test-e2e-main
cluster: eks-prow-build-cluster
extra_refs:
- org: kubernetes-sigs
repo: gateway-api-inference-extension
base_ref: main
path_alias: sigs.k8s.io/gateway-api-inference-extension
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: periodic-gateway-api-inference-extension-test-e2e-main
description: "Run periodic gateway-api-inference-extension e2e tests"
testgrid-num-columns-recent: '30'
labels:
preset-dind-enabled: "true"
decorate: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250227-3a13bdd784-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- E2E_MANIFEST_PATH=config/manifests/vllm/cpu-deployment.yaml
- make
- test-e2e
securityContext:
privileged: true
resources:
limits:
cpu: 40
memory: 40Gi
requests:
cpu: 40
memory: 40Gi
Original file line number Diff line number Diff line change
@@ -29,6 +29,36 @@ presubmits:
requests:
cpu: 3
memory: 10Gi
- name: pull-gateway-api-inference-extension-test-e2e-main
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/gateway-api-inference-extension
annotations:
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: pull-gateway-api-inference-extension-test-e2e-main
description: "Run inference extension e2e tests"
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250227-3a13bdd784-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- E2E_MANIFEST_PATH=config/manifests/vllm/cpu-deployment.yaml
- make
- test-e2e
securityContext:
privileged: true
resources:
limits:
cpu: 40
memory: 40Gi
requests:
cpu: 40
memory: 40Gi
- name: pull-gateway-api-inference-extension-verify-main
cluster: eks-prow-build-cluster
branches: