featzhang commented on PR #28096: URL: https://github.com/apache/flink/pull/28096#issuecomment-4372684966
**Request for no-CI-required merge** This backport PR only touches 4 files under `flink-runtime-web/web-dashboard/` - all are TypeScript / HTML / LESS changes. The CI failures in Azure build #74768 are caused by a well-known `release-1.20` infrastructure flaky (`MinioTestContainerTest` in `flink-filesystems/flink-s3-fs-base`), which is completely unrelated to this PR. **Evidence:** - The failing test `MinioTestContainerTest` is in `flink-filesystems/flink-s3-fs-base`, while this PR only modifies `flink-runtime-web/web-dashboard/*` - The root cause is an outdated testcontainers/Jackson version on `release-1.20` that cannot parse Docker daemon timestamps with 9-digit nanosecond precision - a branch-level infrastructure issue, not a code issue - Two empty-commit re-runs (build #74758 and #74768) both hit the exact same flaky Given that: 1. This PR has been reviewed and approved in the original master PR #27552 2. The changes are purely front-end (Angular) and isolated to the web dashboard module 3. The CI failures are confirmed 100% unrelated to this PR scope 4. The `release-1.20` branch infrastructure flaky is unlikely to be resolved in the near term I kindly request the committer to consider a **no-CI-required merge** for this backport PR, following the same approach used for EOL branch backports (e.g., PR #28048 on `release-1.15`). Thank you! -- 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]
