-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[chore]Use Right file name for the prometheus compliance tests #24729
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@@ -45,9 +45,10 @@ jobs: | |||
with: | |||
repository: prometheus/compliance | |||
path: compliance |
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.
should we checkout a specific commit/tag?
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.
oh, I am not sure if we need to checkout specific tag. Since I see the tests are stable now at the main/recent commit.
Description:
This PR fixes the right file name for running the prometheus compliance tests.
The actual name of downloaded artifact as part of the test is
otelcol_0.42.0_linux_amd64
. when we place the collector contrib artefact under the same name in the bin folder with the nameotelcol_linux_amd64
the tests will still be run on otelcol_0.42.0_linux_amd64 artefact. so by changing the name of the artefact, the tests will run on top of that.Additional Context :
We shall need to track this issue prometheus/compliance#97 as the naming conventions of the artefacts used in the target could be changed upon the issue resolution
No ChangeLog entry is needed.