-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: add cypress required checks for branch protection #12970
Conversation
@ktmud I'm queuing up the remaining checks to rebase when the other PRs are merged and then put up for review. |
e8b0b18
to
e614d30
Compare
@ktmud this is the last batch of the previously required checks. Is there anything else we want to add? I noticed there are some 3.8 matrix db tests for example. |
Yeah, I think it makes sense to add 3.8 checks since we are going to wait for them anyway. |
e614d30
to
45f57ac
Compare
Ok, only postgres of the currently required has a 3.8 matrix.. unless we want to add in presto and hive? |
I think it makes sense to keep Hive and Presto optional as they are more difficult to set up. If it somehow starts breaking in I can also see why it's important to make sure master is stable for Presto/Hive, so I'm OK with either way. |
🏷 ready-to-merge |
@ktmud I saw that we still have |
@eschutho we should add that option. It doesn't really matter since github will add the signatures anyway if merging is happening via the UI (currently that's the only way to merge), but it will likely appease some of the apache infra 👀 |
* master: fix: UI toast typo (apache#13026) feat(db engines): add support for Opendistro Elasticsearch (AWS ES) (apache#12602) fix(build): black failing on master, add to required checks (apache#13039) fix: time filter db migration optimization (apache#13015) fix: untranslated text content of Dashboard page (apache#13024) fix(ci): remove signature requirements for commits to master (apache#13034) fix: add alerts and report to default config (apache#12999) docs(changelog): add entries for 1.0.1 (apache#12981) ci: skip cypress if no code changes (apache#12982) chore: add cypress required checks for branch protection (apache#12970) Refresh dashboard list after bulk delete (apache#12945) Updates storybook to version 6.1.17 (apache#13014) feat: Save datapanel state in local storage (apache#12996) fix: added text and changed margins (apache#12923) chore: Swap Slack Url 2 more places (apache#13004)
SUMMARY
Continuation of #12921, #12928 and #12969 , this PR adds more required github checks.
TEST PLAN
verify that the correct tests are required after this is merged. If this yml file doesn't match correctly, we will need to rename the checks so that they match or open an infra ticket to Apache to update it.
ADDITIONAL INFORMATION