Skip to content

Commit

Permalink
Merge pull request #34055 from ahg-g/ie-push-image
Browse files Browse the repository at this point in the history
Inference-extension: limit image push to known branch names
  • Loading branch information
k8s-ci-robot authored Jan 6, 2025
2 parents d6c8807 + 3eb99db commit 6a0ade3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Source reference:
# https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md
postsubmits:
kubernetes-sigs/gateway-api-inference-extension:
- name: post-inference-extension-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-network-gateway-api, sig-k8s-infra-gcb
decorate: true
branches:
- ^main$
- ^release-
# Build semver tags, too
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
spec:
serviceAccountName: gcb-builder
containers:
Expand Down

0 comments on commit 6a0ade3

Please sign in to comment.