Aias00 commented on PR #6361: URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4645884548
Follow-up on the latest `it` failures: both failed before running integration tests while docker-maven-plugin was pulling Docker Hub base images: - `alpine:latest`: `context deadline exceeded` - `centos:7`: `context deadline exceeded` This is independent of the code/test fixes, but it still makes the PR easy to fail because the workflow clears runner Docker caches before every matrix job. I pushed `671b80a01` to pre-pull the admin/bootstrap base images with retries before Maven starts, so docker-maven-plugin can use local cached layers. Local verification: - YAML parse for `.github/workflows/integrated-test.yml` - `git diff --check` -- 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]
