Skip to content

Test pull request #3970

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

Draft
wants to merge 4 commits into
base: 10.11
Choose a base branch
from
Draft

Test pull request #3970

wants to merge 4 commits into from

Conversation

vaintroub
Copy link
Member

Improve Appveyor CI configuration

  • Always build all commits in main branches and pull requests.

  • For other branches, only build the latest commit; skip intermediate ones if multiple are pushed in quick succession.

  • Enable skip_branch_with_pr, to avoid redundant branch builds when a PR is open.

  • Increase clone_depth from 1 to 10 to reduce failures during checkout/init phase when multiple commits are pushed rapidly.

  • The Jira issue number for this PR is: MDEV-______

Description

TODO: fill description here

Release Notes

TODO: What should the release notes say about this change?
Include any changed system variables, status variables or behaviour. Optionally list any https://mariadb.com/kb/ pages that need changing.

How can this PR be tested?

TODO: modify the automated test suite to verify that the PR causes MariaDB to behave as intended.
Consult the documentation on "Writing good test cases".

If the changes are not amenable to automated testing, please explain why not and carefully describe how to test manually.

Basing the PR against the correct MariaDB version

  • This is a new feature or a refactoring, and the PR is based against the main branch.
  • This is a bug fix, and the PR is based against the earliest maintained branch in which the bug can be reproduced.

PR quality check

  • I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
  • For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.

@vaintroub vaintroub requested a review from Copilot April 12, 2025 22:11
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

- Always build all commits in main branches and pull requests.

- For other branches, only build the latest commit;
  skip intermediate ones if multiple are pushed in quick succession.

- Enable skip_branch_with_pr, to avoid redundant branch builds when a
  PR is open.

- Increase clone_depth from 1 to 10 to reduce failures during checkout/init
  phase when multiple commits are pushed rapidly.
@vaintroub vaintroub force-pushed the bb-10.11-appveyor-fix branch from 1cdb322 to 630aac6 Compare April 12, 2025 22:14
@vaintroub vaintroub marked this pull request as draft April 13, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants