Skip to content

Commit e272f8e

Browse files
committed
scripts/test-infra: temporarily disable logcheck
Logcheck does not build/install with golang v1.25.
1 parent 1b0393a commit e272f8e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scripts/test-infra/verify.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring
1717
curl -Os https://uploader.codecov.io/latest/linux/codecov
1818
chmod +x codecov
1919

20-
go install sigs.k8s.io/logtools/[email protected]
20+
# TODO: re-enable logcheck when https://github.com/kubernetes-sigs/logtools/pull/31 is merged
21+
#go install sigs.k8s.io/logtools/[email protected]
2122

2223
# Run verify steps
2324
echo "Checking gofmt"
@@ -29,8 +30,9 @@ make ci-lint
2930
echo "Running Helm lint"
3031
make helm-lint
3132

32-
echo "Running logcheck"
33-
logcheck -config "${this_dir}/logcheck.conf" ./cmd/... ./pkg/... ./source/...
33+
# TODO: re-enable logcheck when https://github.com/kubernetes-sigs/logtools/pull/31 is merged
34+
#echo "Running logcheck"
35+
#logcheck -config "${this_dir}/logcheck.conf" ./cmd/... ./pkg/... ./source/...
3436

3537
echo "Running unit tests"
3638
make test

0 commit comments

Comments
 (0)