Skip to content
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

Start MySQL from GH actions, upgrade ubuntu, and remove python versions for tests #384

Merged
merged 5 commits into from
Mar 30, 2023

Conversation

jj22ee
Copy link
Contributor

@jj22ee jj22ee commented Mar 30, 2023

Issue #, if available:
Ubuntu 18.04 deprecation:
actions/runner-images#6002
Also, the latest Ubuntu image uses MySQL 8, which breaks the testing.mysqld dependency as it uses mysql_install_db which is removed from MySQL 8.

Description of changes:

  • Bump unbuntu image to 22.04, remove python 2.7, 3.4, 3.5, 3.6 from unit test
  • Start MySQL from GH actions instead of relying on testing.mysqld dependency

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jj22ee jj22ee requested a review from a team as a code owner March 30, 2023 19:21
@srprash
Copy link
Contributor

srprash commented Mar 30, 2023

Should we also update the tox.ini to remove the unsupported python environments?

Copy link
Contributor

@wangzlei wangzlei left a comment

Choose a reason for hiding this comment

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

LGTM

@jj22ee
Copy link
Contributor Author

jj22ee commented Mar 30, 2023

Should we also update the tox.ini to remove the unsupported python environments?

Good catch, I will make this update

tox.ini Outdated Show resolved Hide resolved
@jj22ee jj22ee merged commit da9e422 into aws:master Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants