Temp: Pin XtraBackup version used at 2.4.24 for 5.7 tests#10194
Merged
deepthi merged 12 commits intovitessio:mainfrom May 3, 2022
Merged
Temp: Pin XtraBackup version used at 2.4.24 for 5.7 tests#10194deepthi merged 12 commits intovitessio:mainfrom
deepthi merged 12 commits intovitessio:mainfrom
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Collaborator
Let's not do that. If they are running fine against the latest, that's good.
No, we should not. |
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
I suspect it may my usage of curly braces which could be impacting
their usage of ${{FOO}} for things processed before sending to the
runner. See:
https://docs.github.com/en/actions/learn-github-actions/environment-variables#using-contexts-to-access-environment-variable-values
Signed-off-by: Matt Lord <mattalord@gmail.com>
deepthi
reviewed
May 3, 2022
Collaborator
deepthi
left a comment
There was a problem hiding this comment.
Thank you for improving the workflow files. This should give us some slight improvements in CI run times too.
deepthi
reviewed
May 3, 2022
Signed-off-by: Matt Lord <mattalord@gmail.com>
deepthi
approved these changes
May 3, 2022
Collaborator
|
Things I noticed (for future PRs):
|
3 tasks
3 tasks
3 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pins the XtraBackup version used in our non-8.0 CI jobs to 2.4.24 as 2.4.25 crashes with the
--xtrabackup_stream_mode=tarflag used with 5.7 (with 8.0 we use--xtrabackup_stream_mode=xbstream).Open Questions
Related Issue(s)
Checklist