Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 9328fed

Browse files
committed
fix integration tests config validation for loki
1 parent 9ba1ed8 commit 9328fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ jobs:
607607
go_coverage_src_dir: /var/tmp/go-coverage
608608
go_coverage_dest_dir: ${{ github.workspace }}/.covdata
609609
DEFAULT_CHAINLINK_IMAGE: ${{ env.CHAINLINK_IMAGE }}
610-
DEFAULT_LOKI_TENANT_ID: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}
610+
DEFAULT_LOKI_TENANT_ID: "promtail"
611611
DEFAULT_LOKI_ENDPOINT: https://${{ secrets.GRAFANA_INTERNAL_HOST }}/loki/api/v1/push
612612
DEFAULT_LOKI_BASIC_AUTH: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }}
613613
DEFAULT_GRAFANA_BASE_URL: "http://localhost:8080/primary"

0 commit comments

Comments
 (0)