Skip to content

Commit

Permalink
Update Buildkite env variable (ROCm#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonnappa-amd authored Oct 14, 2024
1 parent 0e0e968 commit 35e2c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/run-amd-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35e2c54

Please sign in to comment.