Merge "CI: Add exception for venus to check-logs.sh"

This commit is contained in:
Zuul
2025-09-04 13:00:47 +00:00
committed by Gerrit Code Review

View File

@@ -100,6 +100,9 @@ function check_fluentd_missing_logs {
/var/log/kolla/tenks/*)
continue
;;
/var/log/kolla/venus/*)
continue
;;
/var/log/kolla/zun/*)
continue
;;