Skip to content

Commit ba3d181

Browse files
authored
Adding prow config for llm-instance-gateway (kubernetes#33930)
* Adding prow confing for llm-instance-gateway * adding squash automation to i-gw PRs
1 parent 782e060 commit ba3d181

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Source reference:
2+
# https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md
3+
postsubmits:
4+
kubernetes-sigs/llm-instance-gateway:
5+
- name: post-llm-i-gw-push-images
6+
cluster: k8s-infra-prow-build-trusted
7+
annotations:
8+
testgrid-dashboards: sig-network-gateway-api, sig-k8s-infra-gcb
9+
decorate: true
10+
spec:
11+
serviceAccountName: gcb-builder
12+
containers:
13+
- image: gcr.io/k8s-staging-test-infra/image-builder:v20241015-ff9ecc4d73
14+
command:
15+
- /run.sh
16+
args:
17+
- --project=k8s-staging-images
18+
- --scratch-bucket=gs://k8s-staging-images-gcb
19+
- --env-passthrough=PULL_BASE_REF
20+
- .

config/prow/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ tide:
797797
kubernetes-sigs/kubespray: squash
798798
kubernetes-sigs/kueue: squash
799799
kubernetes-sigs/kui: rebase
800+
kubernetes-sigs/llm-instance-gateway: squash
800801
kubernetes-sigs/security-profiles-operator: rebase
801802
kubernetes-sigs/service-catalog: squash
802803
kubernetes-sigs/gateway-api: squash

0 commit comments

Comments
 (0)