Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Sep 26, 2023
1 parent 697a8b4 commit b17ff05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restrict-nsm-deps:
uses: networkservicemesh/.github/.github/workflows/restrict-nsm-deps.yaml@main
with:
allowed_repositories: "api, sdk, sdk-kernel, govpp"
allowed_repositories: "api, sdk, sdk-kernel, govpp, vpphelper"

checkgomod:
uses: networkservicemesh/.github/.github/workflows/checkgomod.yaml@main
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/heal/liveness_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func doPing(
responseCh chan error) {
logger := log.FromContext(deadlineCtx).WithField("srcIP", srcIP.String()).WithField("dstIP", dstIP.String())

apiChannel, err := getAPIChannel(deadlineCtx, vppConn, dstIP, interval, packetCount)
apiChannel, err := getAPIChannel(deadlineCtx, vppConn, dstIP, interval, repeat)
if err != nil {
responseCh <- nil
return
Expand Down

0 comments on commit b17ff05

Please sign in to comment.