crc
crc copied to clipboard
[QE] Gating mechanism for PRs on downstream envs
We are testing the integration to allows running PRs on downstream environments.
This integration allows to run the full QE cycle on any PR and add a status check on the github PR with the results.
Due to downstream capacity, executions should be restricted. Current gating mechanism requires only approved PRs (created by Team members or eternals but approved by a Team member) can be run on the downstream.
In addition it would be necessary to add labeling to identify the value of running qe on a specific platform. As a proposal those labels could be:
- Required-qe-macos
- Required-qe-windows
This is a much needed feature in CI! 🎉
- Required-qe-macos
- Required-qe-windows
labels looks good 👍🏽
Current gating mechanism requires only approved PRs (created by Team members or eternals but approved by a Team member) can be run on the downstream.
how do we approve PRs from external contributors, does approval mean the usual github PR approve after review?
Yeah currently we are using that label of approve (same as after review), but if we want to keep the meaning of it and create a different one it will work the same
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.