-
Notifications
You must be signed in to change notification settings - Fork 46
adding scripts for minitest #3320
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
base: master
Are you sure you want to change the base?
Conversation
"min-bookworm-x64", | ||
"min-ol-8-x64", | ||
"min-focal-x64", | ||
"min-amazon-2-x64", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as amz linux-2 is based on centos7 do we need it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes we need the amazon linux 2 as of now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to test packages on amazon linux 2, as it is not EOL till 2026-06-30
I suggest migrating this job to hetzner |
docker run -dit -e MYSQL_ROOT_PASSWORD=asdasd --name mysqlcontainer ${DOCKER_ACC}/percona-server:${PS_VERSION} | ||
fetched_docker_version=$(docker exec mysqlcontainer bash -c "mysql --version" | awk '{print $3}') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker run -it -e MYSQL_ROOT_PASSWORD=asdasd --name mysqlcontainer percona/percona-server:8.0 bash -c "mysql --version" | awk '{print $3}'
docker run -dit -e MYSQL_ROOT_PASSWORD=asdasd --name mysqlcontainer ${DOCKER_ACC}/percona-server:${PS_VERSION} | ||
fetched_docker_version=$(docker exec mysqlcontainer bash -c "mysql --version" | awk '{print $3}') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker run -it -e MYSQL_ROOT_PASSWORD=asdasd --name mysqlcontainer percona/percona-server:8.0 bash -c "mysql --version" | awk '{print $3}'
No description provided.