Skip to content

Commit

Permalink
Updated maintainers for rel-v1.20 branch (#134)
Browse files Browse the repository at this point in the history
* updated maintainers

* gomodule turned off

* gomodule turned off for test script
  • Loading branch information
himanshu-kun authored Jul 11, 2022
1 parent 0140900 commit 77a0048
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci/build
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ fi
# If no LOCAL_BUILD environment variable is set, we configure the `go build` command
# to build for linux OS, amd64 architectures and without CGO enablement.
if [[ -z "$LOCAL_BUILD" ]]; then
go build \
GO111MODULE=off go build \
-a \
-v \
-o ${BINARY_PATH}/cluster-autoscaler/cluster-autoscaler \
cluster-autoscaler/main.go

# If the LOCAL_BUILD environment variable is set, we simply run `go build`.
else
go build \
GO111MODULE=off go build \
-v \
-o ${BINARY_PATH}/cluster-autoscaler/cluster-autoscaler \
cluster-autoscaler/main.go
Expand Down
5 changes: 2 additions & 3 deletions .ci/test
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ if [[ "${SOURCE_PATH}" != *"src/k8s.io/autoscaler" ]]; then
fi

##############################################################################

go test $(go list ./cluster-autoscaler/... | grep -v cloudprovider | grep -v vendor | grep -v integration)
go test $(go list ./cluster-autoscaler/cloudprovider/mcm/... | grep -v vendor)
GO111MODULE=off go test $(GO111MODULE=off go list ./cluster-autoscaler/... | grep -v cloudprovider | grep -v vendor | grep -v integration)
GO111MODULE=off go test $(GO111MODULE=off go list ./cluster-autoscaler/cloudprovider/mcm/... | grep -v vendor)

#TODO: Return success failure properly
echo "CI tests are done"
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# autoscaler maintainers
* @hardikdr @prashanth26 @gardener/autoscaler-maintainers
* @himanshu-kun @unmarshall @gardener/autoscaler-maintainers

0 comments on commit 77a0048

Please sign in to comment.