You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the tasks in this public CI can be used in the buildpacks private CI. These tasks should be refactored to make it more usable and avoid code duplication. For instance, the make-rootfs, generate-rootfs-receipt-diff, run-rootfs-smoke-test and get-cf-creds tasks have been copied to the to the private CI to change how the inputs are used in the tasks.
Similarly, create-rootfs-bosh-release-github-release-notes should be updated so that any pipeline using this task has more control over the release notes. Right now, the tanzu-cflinuxfs3-release notes points to a broken link.
The text was updated successfully, but these errors were encountered:
Some of the tasks in this public CI can be used in the buildpacks private CI. These tasks should be refactored to make it more usable and avoid code duplication. For instance, the
make-rootfs
,generate-rootfs-receipt-diff
,run-rootfs-smoke-test
andget-cf-creds
tasks have been copied to the to the private CI to change how the inputs are used in the tasks.Similarly,
create-rootfs-bosh-release-github-release-notes
should be updated so that any pipeline using this task has more control over the release notes. Right now, thetanzu-cflinuxfs3-release
notes points to a broken link.The text was updated successfully, but these errors were encountered: