retina
retina copied to clipboard
Run e2e tests on PRs raised from forks
Is your feature request related to a problem? Please describe.
Currently, we are unable to run our e2e tests in pr open from forks because github does not allow sharing secrets to forks for security reasons. For this reason, we only run e2e when pr is added to merge queue. Our current implementation uses AKS for our e2e, but it can be implemented in any Kubernetes cluster.
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.