potiuk opened a new issue #20961: URL: https://github.com/apache/airflow/issues/20961
There is a script that waits for CI images being available. What it does it tries to pull the images with specific COMMIT_HASH id and runs tests for those image after they are downloaded. It runs in a loop and checks if the images are ready. It uses common "libraries" to puill the images - it will also rebuild the images if needed, but it should be rewrittten to just do that one thing: pull the images and run checks when they are complete. The tricky part here is that pulling the images is done in parallell to speed it up. But it does not have to really. The images can be pulled one-by-one, there is not big speedup if they are pulled in parallell I believe (`docker pull` parallelizes the pull well enough) -- 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]
