Skip to content

Commit

Permalink
Merge pull request #32213 from cpanato/add-ff-website
Browse files Browse the repository at this point in the history
add job to run ff for k/website
  • Loading branch information
k8s-ci-robot authored Mar 12, 2024
2 parents 731d45f + 70d8661 commit 8935405
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,42 @@ periodics:
testgrid-alert-email: [email protected]
testgrid-dashboards: sig-release-releng-blocking
testgrid-tab-name: git-repo-kubernetes-fast-forward

- interval: 6h
name: ci-fast-forward-website
cluster: k8s-infra-prow-build-trusted
decorate: true
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-releng/k8s-ci-builder:latest-default
imagePullPolicy: Always
command:
- wrapper.sh
- /krel
- fast-forward
- --non-interactive
- --submit
- --github-org=kubernetes
- --github-repo=website
# TODO: enable no mock after a few runs to check
# - --nomock
resources:
requests:
cpu: 4
memory: "8Gi"
limits:
cpu: 4
memory: "8Gi"
rerun_auth_config:
github_team_slugs:
- org: kubernetes
slug: release-managers
annotations:
testgrid-alert-email: [email protected]
testgrid-dashboards: sig-release-releng-informing
testgrid-tab-name: git-repo-kubernetes-website-fast-forward

- name: periodic-release-verify-image-signatures
cluster: k8s-infra-prow-build-trusted
interval: 4h
Expand Down

0 comments on commit 8935405

Please sign in to comment.