-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Disable vagrant strict dependency checking #10950
Conversation
Skipping CI for Draft Pull Request. |
b88ef5e
to
67d23bc
Compare
@@ -587,7 +587,7 @@ jobs: | |||
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list | |||
sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources | |||
sudo apt-get update | |||
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant ovmf | |||
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1 ovmf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a comment here pointing to hashicorp/vagrant#13532
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, let me see if this gets us passed the error
Fixes broken vagrant builds Signed-off-by: Derek McGowan <[email protected]>
67d23bc
to
ae73e30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems working
Is this still WIP?
Vagrant passed, skipping other flakes |
/cherrypick release/1.7 |
/cherrypick release/1.6 |
@estesp: #10950 failed to apply on top of branch "release/1.7":
In response to this:
Instructions 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. |
@estesp: #10950 failed to apply on top of branch "release/1.6":
In response to this:
Instructions 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. |
boo robots |
Fixes broken vagrant builds