Skip to content

Commit

Permalink
Wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Aug 25, 2023
1 parent 4e180fc commit dfec807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
repository: prometheus/compliance
path: compliance
- name: Copy binary to compliance directory
#The actual name of downloaded artifact at https://github.com/prometheus/compliance/blob/main/remote_write_sender/targets/otel.go#L8 is `otelcol_0.42.0_linux_amd64`,
#so we place the collector contrib artefact under the same name in the bin folder to run.
# The required name of the downloaded artifact is `otelcol_0.42.0_linux_amd64`, so we place the collector contrib artifact under the same name in the bin folder to run.
# Source: https://github.com/prometheus/compliance/blob/12cbdf92abf7737531871ab7620a2de965fc5382/remote_write_sender/targets/otel.go#L8
run: mkdir compliance/remote_write_sender/bin && cp opentelemetry-collector-contrib/bin/otelcontribcol_linux_amd64 compliance/remote_write_sender/bin/otelcol_0.42.0_linux_amd64
- name: Run compliance tests
run: go test -v --tags=compliance -run "TestRemoteWrite/otel/.+" ./ |& tee ./test-report.txt
Expand Down

0 comments on commit dfec807

Please sign in to comment.