-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Vagrant in CI #269
Run Vagrant in CI #269
Conversation
✨ Amplify has finished checking this pull request👍 Everything looks good! No issues detected in 📄 2 files and ❇️ 65 lines of code. Security Pipeline
Last updated by commit bfb18e3 at 2024-09-13 18:04:11 UTC. Note To ignore a finding, append |
fbe76af
to
a992fa5
Compare
54a486b
to
dded4e6
Compare
waiting 15 minutes when you know the run is gonna fail sure is painful. |
This error is impossible for me to debug. Maybe Ceph doesn't like the virtual block devices anymore...? https://github.com/lae/ansible-role-proxmox/actions/runs/10852828353/job/30119748820#step:7:15657 |
at this point this CI job is meant as a diagnostic and not a required test, so just ignore failures until the LXC-based CI workflow is ported over
This just runs vagrant with the development
Vagrantfile
, mostly just to provide a sanity check/guideline for PRs, and a start to resolve #166. It should be replaced later to re-use existing test playbooks.