knative / test-infra

Test infrastructure for the Knative project
Apache License 2.0
82 stars 162 forks source link

Check for obsolete releases #3647

Closed krsna-m closed 1 year ago

krsna-m commented 1 year ago

Which issue(s) this PR fixes:
Fixes https://github.com/knative/test-infra/issues/3638

On https://github.com/knative/test-infra/pull/3643 where the max branches was reduced the older release branches were not cleaned up because there was not a new release being released at the same time.

This was a limitation in the release syncer tool which skipped if no release was being added. These changes allows one to run the tool at anytime to cleanup old releases regardless if there is a new release added or not.

knative-prow[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cardil, kvmware

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/knative/test-infra/blob/main/OWNERS)~~ [cardil,kvmware] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
krsna-m commented 1 year ago

/retest