Merge pull request #137457 from dims/re-enable-deadcode-elimination-check

Re-enable deadcode-elimination check
This commit is contained in:
Kubernetes Prow Robot
2026-03-06 05:52:18 +05:30
committed by GitHub

View File

@@ -74,6 +74,5 @@ if [[ "$FAILED" == "true" ]]; then
for failed_binary in "${FAILED_BINARIES[@]}"; do
echo " - ${failed_binary}"
done
#FIXME(dims): deadcode elimination check has issues with 1.26 - disable hard failure for now.
#exit 1
exit 1
fi