Skip to content

Commit

Permalink
Adding prow job to push windows-gmsa-webhook image
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Rossetti <[email protected]>
  • Loading branch information
marosset committed Feb 16, 2022
1 parent cf3df0a commit c991c03
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/jobs/image-pushing/k8s-staging-gmsa-webhook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
postsubmits:
kubernetes-sigs/windows-gmsa:
- name: post-windows-gmsa-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-windows-push-images, sig-k8s-infra-gcb
testgrid-tab-name: post-windows-gmsa-push-images
decorate: true
branches:
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20211014-7ca1952a94
command:
- /run.sh
args:
- --project=k8s-staging-gmsa-webhook
- --scratch-bucket=gs://k8s-staging-gmsa-webhook-gcb
- --env-passthrough=PULL_BASE_REF
- .
2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/sig-windows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dashboard_groups:
- sig-windows-containerd-hyperv
- sig-windows-networking
- sig-windows-containerd-runtime-signal
- sig-windows-push-images

dashboards:
- name: sig-windows-signal
Expand All @@ -25,6 +26,7 @@ dashboards:
- name: sig-windows-gce
- name: sig-windows-sac
- name: sig-windows-containerd-hyperv
- name: sig-windows-push-images
- name: sig-windows-networking
dashboard_tab:
- name: ltsc2019-docker-flannel-winbridge-stable-dsr-disabled
Expand Down

0 comments on commit c991c03

Please sign in to comment.