Skip to content

Commit 45200ad

Browse files
committed
[ci] Disable monitoring checks for grafana cloud migration
1 parent a826eef commit 45200ad

File tree

1 file changed

+3
-2
lines changed
  • .github/actions/run-monitored-tmpnet-cmd

1 file changed

+3
-2
lines changed

.github/actions/run-monitored-tmpnet-cmd/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ runs:
8888
TMPNET_START_METRICS_COLLECTOR: ${{ inputs.prometheus_username != '' }}
8989
# Skip local log collection when nodes are running in kube since collection will occur in-cluster.
9090
TMPNET_START_LOGS_COLLECTOR: ${{ inputs.loki_username != '' && inputs.runtime == 'process' }}
91-
TMPNET_CHECK_METRICS_COLLECTED: ${{ inputs.prometheus_username != '' }}
92-
TMPNET_CHECK_LOGS_COLLECTED: ${{ inputs.loki_username != '' }}
91+
# TODO(marun) Re-enable these checks as part of a PR updating the metrics links
92+
# TMPNET_CHECK_METRICS_COLLECTED: ${{ inputs.prometheus_username != '' }}
93+
# TMPNET_CHECK_LOGS_COLLECTED: ${{ inputs.loki_username != '' }}
9394
LOKI_URL: ${{ inputs.loki_url }}
9495
LOKI_PUSH_URL: ${{ inputs.loki_push_url }}
9596
LOKI_USERNAME: ${{ inputs.loki_username }}

0 commit comments

Comments
 (0)