Enable and update endpoint for telemetry for longevity tests #2824
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
We want to report telemetry when running longevity tests to the development endpoint.
Problem: Users want to get telemetry reports when running longevity tests to simulate a live environment.
Solution: To provide live telemetry reports when running longevity tests, we have enabled telemetry for the test when lavel is
longevity
and updated the workflow that creates the binary for release to update theTELEMETRY_ENDPOINT
to the dev endpoint.Note: I will be updating the binary building workflow to be triggered on a push to release branch. I tested it on the condition of
pull_request
to verify variables are set properly.Testing: Manual testing using Github actions and running longevity tests.
Running
make start-longevity-test
Product Telemetry set to true
Please focus on (optional): If you any specific areas where you would like reviewers to focus their attention or provide
specific feedback, add them here.
Closes #1781
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.