-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix release and pr-for-updates workflows #430
Fix release and pr-for-updates workflows #430
Conversation
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
.github/workflows/release.yaml
Outdated
dependent_repositories: | | ||
["cmd-forwarder-sriov", | ||
"cmd-nsc", | ||
["sdk-k8s", |
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.
Please check dependent_repositories
list
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
@@ -18,6 +20,5 @@ package vfio_test | |||
|
|||
const ( | |||
vfioDevice = "vfio" | |||
iommuGroup = 1 |
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 was it deleted?
It is used here - https://github.com/networkservicemesh/sdk-sriov/blob/main/pkg/networkservice/common/mechanisms/vfio/client_test.go#L60
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.
Linter says that it is unused https://github.com/networkservicemesh/sdk-sriov/runs/7129829384?check_suite_focus=true#step:4:27
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.
Because of this commit - 9d3fdb5
Need to figure out how to avoid this problem.
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.
I think we can just move this constant to client_test.go file
0537b9d
to
c69c9c5
Compare
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
c69c9c5
to
9dd41cd
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.
@glazychev-art Do you have any comments on this?
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
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-sriov@main PR link: networkservicemesh/sdk-sriov#430 Commit: def85c9 Author: Denis Tingaikin Date: 2022-07-01 13:17:01 +0300 Message: - Merge pull request #430 from NikitaSkrynnik/fix-reusable-workflows Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Signed-off-by: Nikita Skrynnik nikita.skrynnik@xored.com