From b81240dc703dfc0849850e90e720cb50e3f542d0 Mon Sep 17 00:00:00 2001 From: Ashwani Kumar Date: Tue, 12 Jul 2022 13:48:23 +0530 Subject: [PATCH] Updated maintainers for rel-v1.21 branch --- .ci/test | 4 ++-- CODEOWNERS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/test b/.ci/test index 1720a94ae97e..4bd8ecece275 100755 --- a/.ci/test +++ b/.ci/test @@ -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" diff --git a/CODEOWNERS b/CODEOWNERS index 9f3fdae8e13f..82b7c78296b6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # autoscaler maintainers -* @hardikdr @prashanth26 @gardener/autoscaler-maintainers +* @himanshu-kun @unmarshall @gardener/autoscaler-maintainers