From 30b7505daf872363387ec32b4374d8ad014d0297 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Tue, 27 Feb 2024 14:31:14 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Temp=20disable=20all=20loki=20due=20t?= =?UTF-8?q?o=20outage=20and=20failing=20tests=20as=20a=20result=20(#4?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6a367db91b7685c8159b891985def47368ece7ac. --- .../install/hosted-loki/ipi-install-hosted-loki-commands.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh b/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh index c7e9f02912b02..cab870a116964 100644 --- a/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh +++ b/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh @@ -4,8 +4,10 @@ set -o nounset set -o errexit set -o pipefail -# TODO: temporarily disable all loki due to outage -exit 0 +if [[ "$LOKI_ENABLED" != "true" ]]; +then + exit 0 +fi PROXYCFGLINE=