Skip to content

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Grishma123-Eng
Copy link
Contributor

No description provided.

"min-bookworm-x64",
"min-ol-8-x64",
"min-focal-x64",
"min-amazon-2-x64",
Copy link
Collaborator

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

Copy link
Contributor

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

why?

Copy link
Contributor

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

@EvgeniyPatlan
Copy link
Collaborator

I suggest migrating this job to hetzner

Comment on lines 289 to 290
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}')
Copy link
Collaborator

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}'

Comment on lines +230 to +231
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}')
Copy link
Collaborator

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}'

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