Skip to content

Prepare for blixt image pushing #34497

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions config/jobs/image-pushing/k8s-staging-blixt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
postsubmits:
kubernetes-sigs/blixt:
# Blixt Images
- name: post-blixt-images
annotations:
testgrid-dashboards: sig-network-blixt, sig-k8s-infra-gcb
branches:
- ^main$
cluster: k8s-infra-prow-build-trusted
decorate: true
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1
command:
- /run.sh
args:
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
- .
2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/sig-network/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dashboard_groups:
- name: sig-network
dashboard_names:
- sig-network-blixt
- sig-network-dns
- sig-network-external-dns
- sig-network-gce
Expand All @@ -17,6 +18,7 @@ dashboard_groups:
- sig-network-nat64

dashboards:
- name: sig-network-blixt
- name: sig-network-dns
- name: sig-network-external-dns
- name: sig-network-gce
Expand Down