Skip to content
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

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dmcgowan
Copy link
Member

@dmcgowan dmcgowan commented Nov 4, 2024

Fixes broken vagrant builds

@k8s-ci-robot
Copy link

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@@ -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
Copy link
Member

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

Copy link
Member Author

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]>
@dmcgowan dmcgowan force-pushed the vagrant-fix-dep-failure branch from 67d23bc to ae73e30 Compare November 5, 2024 00:19
Copy link
Member

@AkihiroSuda AkihiroSuda left a 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?

@dmcgowan dmcgowan marked this pull request as ready for review November 5, 2024 00:33
@dosubot dosubot bot added the github_actions Pull requests that update GitHub Actions code label Nov 5, 2024
@samuelkarp samuelkarp enabled auto-merge November 5, 2024 00:44
@dmcgowan dmcgowan disabled auto-merge November 5, 2024 00:49
@dmcgowan dmcgowan merged commit c4f797e into containerd:main Nov 5, 2024
55 of 57 checks passed
@dmcgowan
Copy link
Member Author

dmcgowan commented Nov 5, 2024

Vagrant passed, skipping other flakes

@estesp estesp added cherry-pick/1.6.x Change to be cherry picked to release/1.6 branch cherry-pick/1.7.x Change to be cherry picked to release/1.7 branch labels Nov 7, 2024
@estesp
Copy link
Member

estesp commented Nov 7, 2024

/cherrypick release/1.7

@estesp
Copy link
Member

estesp commented Nov 7, 2024

/cherrypick release/1.6

@k8s-infra-cherrypick-robot

@estesp: #10950 failed to apply on top of branch "release/1.7":

Applying: Disable vagrant strict dependency checking
Using index info to reconstruct a base tree...
M	.github/workflows/ci.yml
Falling back to patching base and 3-way merge...
Auto-merging .github/workflows/ci.yml
CONFLICT (content): Merge conflict in .github/workflows/ci.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Disable vagrant strict dependency checking

In response to this:

/cherrypick release/1.7

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.

@k8s-infra-cherrypick-robot

@estesp: #10950 failed to apply on top of branch "release/1.6":

Applying: Disable vagrant strict dependency checking
Using index info to reconstruct a base tree...
M	.github/workflows/ci.yml
Falling back to patching base and 3-way merge...
Auto-merging .github/workflows/ci.yml
CONFLICT (content): Merge conflict in .github/workflows/ci.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Disable vagrant strict dependency checking

In response to this:

/cherrypick release/1.6

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
Copy link
Member

estesp commented Nov 7, 2024

boo robots

@estesp estesp removed cherry-pick/1.6.x Change to be cherry picked to release/1.6 branch cherry-pick/1.7.x Change to be cherry picked to release/1.7 branch labels Nov 7, 2024
@estesp estesp added cherry-picked/1.6.x PR commits are cherry-picked into release/1.6 branch cherry-picked/1.7.x PR commits are cherry-picked into release/1.7 branch labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked/1.6.x PR commits are cherry-picked into release/1.6 branch cherry-picked/1.7.x PR commits are cherry-picked into release/1.7 branch github_actions Pull requests that update GitHub Actions code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants