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

Use mysql:8.0 in CI #157

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Use mysql:8.0 in CI #157

merged 2 commits into from
Feb 14, 2024

Conversation

coord-e
Copy link
Member

@coord-e coord-e commented Feb 8, 2024

We're going to upgrade our Kuroko2 deployment to use MySQL 8.0-compatible database cluster. This PR updates MySQL version used in CI to prepare for that. I confirmed specs passing locally with MySQL 8.0 (with changes in #156).

@cookpad/infra could you please review?

@@ -204,7 +204,7 @@
expect(result['name']).to eq(params[:name])
expect(result['description']).to eq(params[:description])
expect(result['script']).to eq(params[:script])
expect(result['cron']).to eq(params[:cron])
expect(result['cron']).to match_array(params[:cron])
Copy link
Member

Choose a reason for hiding this comment

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

👍

@coord-e coord-e merged commit f41c744 into cookpad:master Feb 14, 2024
4 checks passed
@coord-e coord-e deleted the mysql-8.0 branch February 14, 2024 03:25
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.

3 participants