-
Notifications
You must be signed in to change notification settings - Fork 16
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
gomod: Update dependencies #186
Conversation
Signed-off-by: Stéphane Graber <[email protected]>
The Github Actions runners have some weird issues with nested virtualization. Signed-off-by: Stéphane Graber <[email protected]>
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.
LGTM
@@ -556,7 +556,10 @@ func TestAccInstance_fileUploadContent_VM(t *testing.T) { | |||
instanceName := petname.Generate(2, "-") | |||
|
|||
resource.Test(t, resource.TestCase{ | |||
PreCheck: func() { acctest.PreCheck(t) }, | |||
PreCheck: func() { |
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.
@stgraber in #169 , it is consistently failing on 3 more tests, see: https://github.com/lxc/terraform-provider-incus/actions/runs/12346795339/job/34452893067?pr=169#step:8:165
TestAccInstance_virtualMachine
TestAccInstance_virtualMachineNoDevIncus
TestAccInstance_restartVirtualMachine
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.
Yes, but those tests already have the correct PreCheck, the precheck is just missing the github actions detection part.
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.
Why are these tests suddenly starting to fail?
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.
Github changed the type of VMs they're using to run Github Actions.
No description provided.