style95 commented on pull request #5042: URL: https://github.com/apache/openwhisk/pull/5042#issuecomment-760542990
Tests are failed again due to the rate limit on the Docker hub. ``` 4.0: Pulling from library/redis, stderr: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [marker:invoker_docker.pull_error:52736:52535] [2021-01-14T20:05:34.817Z] [ERROR] [#tid_sid_apiMgmt] [StandaloneOpenWhisk] Error starting Api Gatewayorg.apache.openwhisk.core.containerpool.docker.ProcessUnsuccessfulException: info: command was unsuccessful, code: 1 (unsuccessful), stdout: 4.0: Pulling from library/redis ``` IIRC, @rabbah requested an exemption to Docker, and seems it's not yet applied. Regarding the GHA "on prem", it's essential to have a stable CI environment as it's not easy for contributors to debug an issue with his change if the reason for CI test failures varies every time. With the indeterministic behavior of Travis CI, I am pro to GHA with the reliable underlying infrastructure. And as @jiangpengcheng said, Travis CI is generally very slow due to limited resources. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
