You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github.com/Azure/azure-sdk-for-go/sdk/depcheck imports github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication/v2: module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication@latest found (v1.0.0), but does not contain package github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication/v2
The text was updated successfully, but these errors were encountered:
I reran the pipeline and came with a sucess. It is a little tricky here. After we merge the v2 release code into main, we need wait for the release ci and approve for release, and then we can have tag and package can be indexed by pkg.go.dev. During the time before tag finished, there will be no v2 package can be get, so other ci which include this v2 source code will fail then. We will make this gap time as short as possible, but it seems some ci broken are unavoidable. BTW, why some data plane package's ci will be trigged when the change happens in mgmt. plane.
How often will this race happen? It might be better to skip depcheck for a module in this state than fail the CI so we don't have to always investigate the failure. I think the risk of skipping is much less. What do you think?
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1629059&view=logs&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=bdeefc16-b669-5ebd-ad94-a2c19ade53b0
github.com/Azure/azure-sdk-for-go/sdk/depcheck imports github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication/v2: module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication@latest found (v1.0.0), but does not contain package github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication/v2
The text was updated successfully, but these errors were encountered: