adoroszlai opened a new pull request, #10234:
URL: https://github.com/apache/ozone/pull/10234

   ## What changes were proposed in this pull request?
   
   HDDS-14963 added explicit `docker compose pull`, which fails with local-only 
images (e.g. `ozone-runner:dev` created locally).  We should treat pull error 
as non-fatal, continue running tests.  If image is not available, `docker 
compose up` will fail anyway.
   
   https://issues.apache.org/jira/browse/HDDS-15229
   
   ## How was this patch tested?
   
   Verified that the test continues after failing to pull non-existent image:
   
   ```bash
   $ cd hadoop-ozone/dist/target/ozone-2.2.0-SNAPSHOT/compose/ozone
   $ OZONE_RUNNER_VERSION=dev ./test.sh
   Error response from daemon: manifest for apache/ozone-runner:dev not found: 
manifest unknown: manifest unknown
   Error response from daemon: manifest for apache/ozone-runner:dev not found: 
manifest unknown: manifest unknown
   Error response from daemon: manifest for apache/ozone-runner:dev not found: 
manifest unknown: manifest unknown
   ERROR: 3 attempts failed to: docker-compose --ansi never pull
   Error response from daemon: manifest for apache/ozone-runner:dev not found: 
manifest unknown: manifest unknown
   ```
   
   https://github.com/adoroszlai/ozone/actions/runs/25659953967


-- 
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]

Reply via email to