Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Maintain version-based image tarfiles for pre-pull before tests (Refer PR 19) #20

Closed
ksatchit opened this issue Oct 16, 2017 · 0 comments · Fixed by #21
Closed

Maintain version-based image tarfiles for pre-pull before tests (Refer PR 19) #20

ksatchit opened this issue Oct 16, 2017 · 0 comments · Fixed by #21

Comments

@ksatchit
Copy link

The proposed changes to reduce CI time by making use of pre-pulled images uses a single tar bundle to hold all the test images. While this does help with improving CI time, a better approach would be to maintain the image tars separately and load them individually. Reasons :

  • Currently the application specification YAML files use "latest" tag for some images, and other version-based tags for others. It is necessary to identify changes to the images using "version"-based tags using a separate logic on the test harness machine

  • With current logic, even on changes to any one application/test image, the whole tar bundle will be re-applied

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant