Skip to content

Commit

Permalink
Updated maintainers for rel-v1.21 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani2k authored and himanshu-kun committed Jul 12, 2022
1 parent b3d8e84 commit b81240d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/test
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ fi

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

GO111MODULE=off go test $(go list ./cluster-autoscaler/... | grep -v cloudprovider | grep -v vendor | grep -v integration)
GO111MODULE=off 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 b81240d

Please sign in to comment.