Skip to content

Commit

Permalink
Merge branch 'main' into mchinta/runner
Browse files Browse the repository at this point in the history
  • Loading branch information
manasachi authored Jan 11, 2024
2 parents 2518061 + e3e183f commit bb2a7f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BINARIES=$(addprefix bin/,$(COMMANDS))
ALWAYS:

bin/%: cmd/% ALWAYS
@GO_ENABLED=0 go build -o $@ ${GO_BUILDTAGS} ./$<
@CGO_ENABLED=0 go build -o $@ ${GO_BUILDTAGS} ./$<

build: $(BINARIES) ## build binaries
@echo "$@"
Expand Down
2 changes: 1 addition & 1 deletion cmd/kperf/commands/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ var runCommand = cli.Command{
if err != nil {
return fmt.Errorf("error while printing response stats: %w", err)
}

return nil
},
}
Expand Down Expand Up @@ -189,5 +190,4 @@ func printResponseStats(f *os.File, rawDataFlagIncluded bool, stats *request.Res
}

return nil

}
4 changes: 4 additions & 0 deletions manifests/virtualcluster/nodes/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ data:
operator: 'In'
values:
- 'True'
- key: '.metadata.ownerReferences.[].kind'
operator: 'In'
values:
- 'Job'
weight: 1
delay:
durationMilliseconds: 1000
Expand Down

0 comments on commit bb2a7f6

Please sign in to comment.