From 35e2c542f347375f37f8e6122cabd08a3428c028 Mon Sep 17 00:00:00 2001 From: dhonnappa-amd Date: Mon, 14 Oct 2024 10:39:28 -0500 Subject: [PATCH] Update Buildkite env variable (#232) --- .buildkite/run-amd-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/run-amd-test.sh b/.buildkite/run-amd-test.sh index 6397674563aea..f50fdd4fa583c 100755 --- a/.buildkite/run-amd-test.sh +++ b/.buildkite/run-amd-test.sh @@ -5,7 +5,7 @@ set -o pipefail echo "--- Confirming Clean Initial State" while true; do sleep 3 - if grep -q clean ${BUILDKITE_META_DATA_RESET_TARGET}; then + if grep -q clean ${BUILDKITE_AGENT_META_DATA_RESET_TARGET}; then echo "GPUs state is \"clean\"" break fi