-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Read build args for metricbeat system tests from file #14520
Read build args for metricbeat system tests from file #14520
Conversation
A new file is being added to add information about the supported versions of a service, use this file to obtain the build args for docker images needed by metricbeat system tests.
- {'MYSQL_VARIANT': 'percona', 'MYSQL_VERSION': '8.0.13-4'} | ||
- {'MYSQL_VARIANT': 'mariadb', 'MYSQL_VERSION': '10.2.23'} | ||
- {'MYSQL_VARIANT': 'mariadb', 'MYSQL_VERSION': '10.3.14'} | ||
- {'MYSQL_VARIANT': 'mariadb', 'MYSQL_VERSION': '10.4.4'} |
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.
@mdelapenya when we agree on the format and location of this file I will open this for review.
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.
I have moved these files to the _meta
directory of each module as in #14355.
jenkins, test this again please |
jenkins, test this again please |
A new file is being added to add information about the supported versions of a service, use this file to obtain the build args for docker images needed by metricbeat system tests. Python tests can now be decorated using the parameterized library instead of manually copying them. MySQL test files and docker compose definition has been moved to its own directory. (cherry picked from commit 9913bbf)
A new file is being added to add information about the supported versions of a service, use this file to obtain the build args for docker images needed by metricbeat system tests. Python tests can now be decorated using the parameterized library instead of manually copying them. MySQL test files and docker compose definition has been moved to its own directory. (cherry picked from commit 9913bbf)
A new file is being added to add information about the supported
versions of a service, use this file to obtain the build args for
docker images needed by metricbeat system tests.
Python tests can now be decorated using the parameterized library
instead of manually copying them.
MySQL test files and docker compose definition has been moved
to its own directory.
More context about this change in #14355 (comment).