Skip to content

Commit

Permalink
ignored mcm related repo during boilerplate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-kun committed Apr 25, 2022
1 parent 36ad30b commit 9840acc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cluster-autoscaler/SYNC-CHANGES/SYNC-CHANGES-1.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
- google.golang.org/grpc -> v1.29.0
- nodegroup interface GetOptions() trivial implementation done
### Others
- [Release matrix](../README.md#releases-gardenerautoscaler) of Gardener Autoscaler updated.
- [Release matrix](../README.md#releases-gardenerautoscaler) of Gardener Autoscaler updated.
- skipped following directories for boilerplate checking in `hack/boilerplate/boilerplate.py`
- cluster-autoscaler/cloudprovider/builder/builder_all.go
- cluster-autoscaler/cloudprovider/mcm
- cluster-autoscaler/integration
6 changes: 5 additions & 1 deletion hack/boilerplate/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ def file_extension(filename):
"cluster-autoscaler/cloudprovider/digitalocean/godo",
"cluster-autoscaler/cloudprovider/magnum/gophercloud",
"cluster-autoscaler/cloudprovider/ionoscloud/ionos-cloud-sdk-go",
"cluster-autoscaler/cloudprovider/hetzner/hcloud-go"]
"cluster-autoscaler/cloudprovider/hetzner/hcloud-go",
"cluster-autoscaler/cloudprovider/mcm",
"cluster-autoscaler/integration",
"cluster-autoscaler/cloudprovider/builder/builder_all.go"
]

# list all the files contain 'DO NOT EDIT', but are not generated
skipped_ungenerated_files = ['hack/build-ui.sh', 'hack/lib/swagger.sh',
Expand Down

0 comments on commit 9840acc

Please sign in to comment.