From b15f9d9b0b4e959562c71eecd5e8af169e1f1f4d Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Wed, 26 Jan 2022 16:01:25 +0100 Subject: [PATCH] Update Prometheus compliance tests See: https://github.com/prometheus/compliance/pull/65 Signed-off-by: Goutham Veeramachaneni --- .github/workflows/prometheus-compliance-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prometheus-compliance-tests.yml b/.github/workflows/prometheus-compliance-tests.yml index ee0aec165024..cf4dbd566a5a 100644 --- a/.github/workflows/prometheus-compliance-tests.yml +++ b/.github/workflows/prometheus-compliance-tests.yml @@ -44,7 +44,7 @@ jobs: with: repository: prometheus/compliance path: compliance - ref: bc7dd4cb6e88e60b702023c199140281c4dce906 + ref: f0482884578bac67b053e3eaa1ca7f783d146557 - name: Copy binary to compliance directory run: mkdir compliance/remote_write_sender/bin && cp ./bin/otelcontribcol_linux_amd64 compliance/remote_write_sender/bin/otelcol_linux_amd64 - name: Run compliance tests