Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ periodics:
- name: ndots
value: "1"


- name: ci-cert-manager-upgrade
interval: 8h
agent: kubernetes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# We don't need periodically testing the release-next breanch (e.g., the
# "release-1.9" branch) until we release the first alpha (e.g.,
# "1.9.0-alpha.0"). Since we can't "deactivate" the release-next periodics
# jobs until we have an alpha (there is no "skip" field on the ProwJob
# object), we just remove all of the jobs from this file. That's why the
# below array is empty. See Step 13.3 in
# https://cert-manager.io/docs/contributing/release-process/
# We don't need to periodically test the release-next branch
# (e.g., the "release-1.9" branch when release-1.8 is the latest version)
# until we release the first alpha (e.g. "1.9.0-alpha.0").
# Since we can't "deactivate" the release-next periodic jobs (there is no "skip"
# field on the ProwJob object), we just remove all of the jobs from this file and leave
# an empty array.
# See step 13.3 in https://cert-manager.io/docs/contributing/release-process/
periodics: []
Loading