Skip to content

Commit

Permalink
Add Note
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Aug 25, 2023
1 parent 071337a commit 4e180fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +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.
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 4e180fc

Please sign in to comment.