Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
195
stars
192
forks
source link
`make package-vendir-sync` does not work in Github Actions #4608
make verify fails in Github verify action. It calls make package-vendir-sync which seems to have trouble with mounted volumes on Github runners (probably because it's doing docker-in-docker stuff).
Bug description
make verify
fails in Githubverify
action. It callsmake package-vendir-sync
which seems to have trouble with mounted volumes on Github runners (probably because it's doing docker-in-docker stuff).Logs from one of the failed jobs: https://github.com/vmware-tanzu/tanzu-framework/actions/runs/4833779855/jobs/8614195531
This failure must be fixed and the
verify
action needs to be restored.Affected product area (please put an X in all that apply)
Expected behavior
No failures and verification of uncommitted files is done in actions.
Steps to reproduce the bug
Version (include the SHA if the version is not obvious)
Environment where the bug was observed (cloud, OS, etc)
Relevant Debug Output (Logs, manifests, etc)