Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

scx: Only do CI runs for PRs #136

Merged
merged 1 commit into from
Feb 5, 2024
Merged

scx: Only do CI runs for PRs #136

merged 1 commit into from
Feb 5, 2024

Conversation

Byte-Lab
Copy link
Collaborator

@Byte-Lab Byte-Lab commented Feb 4, 2024

We're basically always runnin two CI jobs: one for a remote push, and another for when a PR is opened. These are essentially measuring the same thing, so let's save CI bandwidth and just do a PR run. This will hopefully make things a bit less noisy as well.

We're basically always runnin two CI jobs: one for a remote push, and
another for when a PR is opened. These are essentially measuring the
same thing, so let's save CI bandwidth and just do a PR run. This will
hopefully make things a bit less noisy as well.

Signed-off-by: David Vernet <[email protected]>
@Byte-Lab Byte-Lab requested review from arighi and htejun February 4, 2024 22:16
@htejun
Copy link
Collaborator

htejun commented Feb 4, 2024

Looks fine to me but let's see what @arighi says. Maybe he had reasons to enable CI for both actions.

Copy link
Collaborator

@arighi arighi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initially I enabled both actions, so that we could do more tests with the CI itself, simply by pushing to any branch, but at this point I think the CI is stable enough and we can limit the runs only for PRs. Therefore, approved, thanks!

@Byte-Lab Byte-Lab merged commit 2714042 into sched_ext Feb 5, 2024
1 check passed
@Byte-Lab Byte-Lab deleted the ci_reduction branch February 5, 2024 01:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants