Aias00 commented on PR #6361: URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4646419883
Follow-up after the latest failures on head 16900d9ca: * Root cause: the remaining red e2e/ci failures were still pre-test infrastructure failures from actions/setup-java@v4 downloading Temurin JDKs from GitHub releases and receiving HTTP 504. k8s-examples-http also had a transient k3s binary download failure. * Fix: added actions/setup-java-with-retry and routed workflow-level setup-java calls through it; wrapped k8s-examples-http k3s installation in explicit retries. * Verification on the latest PR run: it passed all 11 jobs, it-k8s passed all 4 jobs, k8s-examples-http passed, e2e build/images/storage/case jobs all passed, and ci matrix jobs for 17/19/20/21 Linux plus 17 Windows all passed. The only remaining pending checks at the time of this comment are the queued ci/e2e aggregate gate jobs; there are no completed failing checks. -- 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]
