Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run changed testsuites in PR ci #237

Closed
wants to merge 15 commits into from
Closed

Conversation

dominikg
Copy link
Collaborator

@dominikg dominikg commented Aug 4, 2023

lets see if this works 👀

@dominikg dominikg marked this pull request as draft August 6, 2023 18:14
@dominikg
Copy link
Collaborator Author

dominikg commented Aug 6, 2023

so this doesn't work if no test file has changed, and additionally it would also run if we just changed formatting etc. which would be wasteful.

An alternative could be to use a similar system as in the vite repo by triggering runs on demand from /ecosystem-ci run X comments on our own PRs, where X could be 'all', 'changed' or 'suitename'.

Because we don't have to deal with an external repo, the application for auth would not be needed, however we'd have to add code from vite repo that limits these comments to triage role.

@dominikg
Copy link
Collaborator Author

as mentioned in the comment above the approach in this PR isn't working in all conditions. the comment trigger should be added in a separate PR

@dominikg dominikg closed this Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant