Closed junr03 closed 1 week ago
There is an SOW item where we always launch a minimal set of CI, and upon requirement (a-la-🔬) , launch the rest.
IIUC, you want to add another layer - running an even more minimal set of tests on drafts?
IIUC, you want to add another layer - running an even more minimal set of tests on drafts?
Yeah exactly, if possible.
I think it is - there is a minimal set of tests that will always run, then if a PR is non-draft more tests are run, and if 🔬 , all tests are run. I consider this part of the SOW.
That said, this only can be done if GitHub has any indication that a PR is draft in the API.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
I'm working on it
On Sat, Mar 16, 2019, 5:08 PM stale[bot] notifications@github.com wrote:
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/envoyproxy/envoy/issues/5957#issuecomment-473603177, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaCa1ZIYTd5CR5TOmTfpvqjb2jqHJ31ks5vXYd-gaJpZM4a8P1m .
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
waiting on circle api
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.
Draft PRs: use github's new draft PR feature to reduce CI load
Description: Github introduced Draft PRs as a way to create PRs that are a WIP. The maintainers were wondering if this could be used as a heuristic by repo kitteh to reduce the CI load on open PRs. For example, as long as the PR is a draft PR we could run no/or a subset of CI jobs.