ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

[STORY] Cache docker and DICOM datasets between test runs #116

Open tclose opened 2 years ago

tclose commented 2 years ago

Description

As a developer, I would like GH test action to run faster, so that I can be more productive. This could be achieved by caching the docker cache and generated DICOM files between tests

Acceptance Criteria

aswinnarayanan commented 2 years ago

Hi @tclose, for Acceptance Criteria 1, the latest builds seem to have removed the docker cache. Can I clarify, what are we trying to optimise with reusing the docker cache. Are we wanting to wrap the python setup into a docker image for reuse? Or is this for a different repository

image

tclose commented 2 years ago

Oh sorry, I found out that the ubuntu images GHA already come with Docker installed so the buildx action I had included was redundant. Did removing it change where the Docker cache is stored?