Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore]Use Right file name for the prometheus compliance tests (#24729)
This PR fixes the right file name for running the prometheus compliance tests. The actual name of [downloaded artifact](https://github.com/prometheus/compliance/blob/main/remote_write_sender/targets/otel.go#L8) 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 name `otelcol_linux_amd64` the tests will still be run on otelcol_0.42.0_linux_amd64 artefact. so by [changing the name](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24729/files#diff-905ac35df46c393cbd15f24e4921ead35720be7e2c9a9372000811293f96f427R49) 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 artifacts used in the target could be changed upon the issue resolution No ChangeLog entry is needed. --------- Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
- Loading branch information