Changes between Version 21 and Version 22 of Ticket #29146
- Timestamp:
- Apr 27, 2020, 5:10:29 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29146 – Description
v21 v22 14 14 - cache Docker images with system packages installed ... https://github.com/marketplace/actions/build-docker-images-using-cache 15 15 - move log extraction code from tox.yml to tox.ini (#29530 did some preparation already) 16 - system package installation should retry a few times when installation errors because of network errors occur. In particular for docker because an incomplete step will be cached 16 17 - Make obtaining image from container of failing builds more robust: Use LABEL commands in dockerfiles, use `docker ps --filter label=.... ` to look up the container (https://docs.docker.com/engine/reference/commandline/ps/) 17 18