Skip to content

Commit

Permalink
Add FORK-CHANGE comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfern committed Dec 9, 2024
1 parent d4523e0 commit 7c0955d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/for-go-proj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ if [ "${CMD}" = "build" ] || [ "${CMD}" == "test" ]; then
go test -mod vendor -run=None ./...
popd
pushd ${CONTRIB_ROOT}/cluster-autoscaler/
# FORK-CHANGE: do not run integration tests here
go test $(go list ./... | grep -v integration)
popd
fi
1 change: 1 addition & 0 deletions hack/verify-golint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ excluded_packages=(
'cluster-autoscaler/cloudprovider/huaweicloud/huaweicloud-sdk-go-v3'
'cluster-autoscaler/cloudprovider/ionoscloud/ionos-cloud-sdk-go'
'cluster-autoscaler/cloudprovider/hetzner/hcloud-go'
'cluster-autoscaler/cloudprovider/oci/vendor-internal'
'cluster-autoscaler/expander/grpcplugin/protos'
'cluster-autoscaler/cloudprovider/tencentcloud/tencentcloud-sdk-go'
'cluster-autoscaler/cloudprovider/volcengine/volc-sdk-golang'
Expand Down

0 comments on commit 7c0955d

Please sign in to comment.