Skip to content

Commit

Permalink
trigger halmgr build (#1236)
Browse files Browse the repository at this point in the history
Signed-off-by: rafalw82 <rafal.wegrzyn@dell.com>
  • Loading branch information
rafalw82 authored Nov 7, 2024
1 parent 6faa194 commit b0af9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.validation
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coverage:
go tool cover -html=coverage.out -o coverage.html

test:
${GO_ENV_VARS} go test --coverpkg=./pkg/...,./cmd/... ${LDFLAGS} `go list ./... | grep "pkg\|cmd"` -race -cover -coverprofile=coverage.out -covermode=atomic
${GO_ENV_VARS} LANG="en_US.utf8" go test --coverpkg=./pkg/...,./cmd/... ${LDFLAGS} `go list ./... | grep "pkg\|cmd"` -race -cover -coverprofile=coverage.out -covermode=atomic

# Run tests for pr-validation with writing output to log file
# Test are different (ginkgo, go testing, etc.) so can't use native ginkgo methods to print junit output.
Expand Down
3 changes: 2 additions & 1 deletion pkg/drivemgr/drivemgr-update-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ git commit for proprietary code.

2023/05/16 remove empty image csi-baremetal-scheduler.
2023/05/23 upgrade halmgr to SP4.
2024/01/22 remove upper case from disk serial number.
2024/01/22 remove upper case from disk serial number.
2024/11/04 trigger halmgr build

0 comments on commit b0af9c6

Please sign in to comment.