-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix test cluster performance #4780
Conversation
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.
Even though the PR description contains a test that runs without issues, the path was passed manually and we cannot assert that the workload benchmark metrics pipeline is doing that correctly.
The error indicated that the artifacts_path
was incorrect, something that wasn't changed here. So we should run the pipeline and validate that the script is executed as expected.
Also, please update the changelog and commit messages to comply with the check requirements.
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.
Even though there were no changes to the pipeline were the error occurred, the team decided that running the performance test manually was enough.
Please modify the commits so the comply with the convention.
Change path syntax artifacts_path
should befix: Change path syntax artifacts_path
Add changes to CHANGELOG
should bedocs: Add changes to CHANGELOG
c9a1139
to
756f33d
Compare
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.
LGTM
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.
Looks good. However, the release type
is patch
in this issue so this should be pointing to 4.8.2 branch instead.
756f33d
to
a89eb90
Compare
a89eb90
to
8595425
Compare
8595425
to
aa4a27a
Compare
Description
Once the changes were applied:
Test_cluster_performance