buildpacks / knative-integration

ARCHIVED
Apache License 2.0
2 stars 0 forks source link

As a CNB user on Knative, I can use a PVC to cache builds #3

Open ameyer-pivotal opened 5 years ago

ameyer-pivotal commented 5 years ago

Acceptance Criteria Case 1 When I configure a CNB build template for knative that uses a persistent volume claim as an interbuild cache And The build complete successfully Then The cache from that build is available to the next build that uses the same PVC

Case 2 When I configure a CNB build template for knative that uses a persistent volume claim as an interbuild cache And The build fails or is otherwise interrupted at any point Then The cache from that build is not available to the next build that uses the same PVC.

NOTES

ameyer-pivotal commented 5 years ago

Knative template merged: https://github.com/knative/build-templates/pull/119