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

[QE] Control which PRs should run e2e tests #3971

Open
Tracked by #3875
adrianriobo opened this issue Jan 22, 2024 · 1 comment
Open
Tracked by #3875

[QE] Control which PRs should run e2e tests #3971

adrianriobo opened this issue Jan 22, 2024 · 1 comment
Labels

Comments

@adrianriobo
Copy link
Contributor

adrianriobo commented Jan 22, 2024

Right now any change across the code will run the win e2e test (i.e docs PRs will run them when it is unnecessary #3967)

For win e2e the trigger comes from the windows installer, which again for doc it may make no sense to be build for certain changes (i.e docs)

So we need to add those as ignore-paths https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths

@adrianriobo adrianriobo changed the title Control which PRs should run e2e tests [QE] Control which PRs should run e2e tests Jan 22, 2024
@adrianriobo adrianriobo added the QE label Jan 22, 2024
@praveenkumar
Copy link
Member

We need to do same for openshift CI also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants