test-infra icon indicating copy to clipboard operation
test-infra copied to clipboard

Refactor image-builder parse tags only mode for testability

Open dekiel opened this issue 11 months ago • 0 comments

image-builder code responsible for parsing image tags should be extracted to dedicated function to make a feature of parsing tags only testable.

https://github.com/kyma-project/test-infra/blob/078766d1354a76f4c838768be9075ef980e79d9a/cmd/image-builder/main.go#L783

Acceptance Criteria

  • [ ] Extract code for parsing tags only mode to dedicated function
  • [ ] Write unit tests for refactored feature

dekiel avatar Mar 08 '24 18:03 dekiel