openshift-kni / scheduler-plugins

Repository for out-of-tree scheduler plugins based on scheduler framework.
Apache License 2.0
1 stars 4 forks source link

gh-action: run CI on all supported versions #229

Closed shajmakh closed 1 month ago

shajmakh commented 1 month ago

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Add all supported branches to the workflow configuration to enable running the CI checks.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: shajmakh Once this PR has been reviewed and has the lgtm label, please assign yanirq for approval. For more information see the Kubernetes Code Review Process.

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

Needs approval from an approver in each of these files: - **[DOWNSTREAM_OWNERS](https://github.com/openshift-kni/scheduler-plugins/blob/master/DOWNSTREAM_OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ffromani commented 1 month ago

we usually enable CIs on all the active even branches, mostly to save CI resources and merge time

shajmakh commented 1 month ago

we usually enable CIs on all the active even branches, mostly to save CI resources and merge time

ack. I'll close. Thanks for your comment.