Move CI workflow to use latest community version of mysql 8.0#11493
Move CI workflow to use latest community version of mysql 8.0#11493deepthi merged 5 commits intovitessio:release-15.0from
Conversation
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
frouioui
left a comment
There was a problem hiding this comment.
Left a few comments. We should also update the PR's description to describe this change and ideally link to an issue if there is one.
|
By the way, do we need to forwardport this to |
This is why we need a better PR description. |
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
|
FYI, Cluster (26) |
|
I was unable to forwardport this Pull Request to the following branches: |
|
@frouioui @GuptaManan100 can you review the upgrade/downgrade tests to see what versions we use there, and whether any changes are needed? |
…io#11493) * Move CI to mysql80 Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> * fix typo Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> * fixing typo Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> * moving to apt-config 8.2 Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
#11618) * Move CI to mysql80 Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> * fix typo Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> * fixing typo Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> * moving to apt-config 8.2 Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com> Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Signed-off-by: Rameez Sajwani rameezwazirali@hotmail.com
Description
This PR is build on top of #11153.
We are moving end to end and unit test to use latest version of MySql 8.0 instead of using percona. The reason for this is that Percona is still at 8.0.29, this doesn't allow our code base to test against the latest version of mysql.
Unit test are already on mysql community version but we are upgrading to higher apt-config version
Related Issue(s)
#11511
Checklist
Deployment Notes