guan404ming opened a new pull request, #18457: URL: https://github.com/apache/tvm/pull/18457
## Why - The original implementation would crash when grep returned a non-zero exit code (pattern not found) ## How - Replace the original grep pipeline with an if grep -q check - Remove redundant `-it` flag - Minor update: remove redundant stage definiation since we got default stage config ## Result if I don't have ci docker images installed **before** <img width="686" height="65" alt="image" src="https://github.com/user-attachments/assets/b6ec2fdb-2bcc-4441-9e8f-fa391d54e17f" /> **after** <img width="1207" height="304" alt="image" src="https://github.com/user-attachments/assets/877321a2-88ca-4ac3-946c-2285b668323e" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
