adoroszlai commented on PR #10047: URL: https://github.com/apache/ozone/pull/10047#issuecomment-4418036060
> local robot test failed with > `apache/ozone-runner:dev not found` Running locally with remote image works fine. The problem here is running locally with local image. If you don't need the changes in your local image, please unset `OZONE_RUNNER_VERSION` (or undo your change in `hadoop-ozone/dist/pom.xml` if you changed version that way). If you are testing custom runner image, I can suggest two workarounds: 1. Create the image in `ChenSammi/ozone-docker-runner` and set `OZONE_RUNNER_VERSION` to `docker pull ghcr.io/ChenSammi/ozone-runner:...` (using actual commit SHA) 2. Temporarily disable `docker pull` locally in the test scripts -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
