CI: fix vagrant jobs#12787
Conversation
The vagrant test jobs don't actually need to wait for pre-commit, and the kubevirt jobs don't need to wait for vagrant-validate.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: VannTen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label ci-full |
|
/retest |
fd25f9a to
6060ccd
Compare
6060ccd to
7782a6c
Compare
|
/retest-failed |
1 similar comment
|
/retest-failed |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Since b9e251a (CI: cleanup terraform + deduplicate and simplify, 2025-03-14), the vagrant CI does not actually work, because Ansible does not see the hosts created !
This restore the behaviour or copying the vagrant inventory to make it available to the playbook.
Also some simplifying of dependencies to have the vagrant jobs not wait on pre-commit (which can take some time with ansible-lint)
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: