Austin Siu
aac78b61b8
Update verify scripts
2022-07-12 17:53:22 -05:00
Diego Bonfigli
0d2703e1cc
Implement external gRPC Cloud Provider
2022-04-25 19:14:38 +02:00
Kay Yan
6b4f906c49
Fix ci use GO111MODULE auto as default
...
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
2022-03-15 20:52:51 +08:00
Jayant Jain
cd6572e425
Migrate CA off python2 to python3
2022-03-14 12:52:32 +00:00
Jerry Chan
de0588d1f4
Add tencentcloud to list of supported cloud providers
2022-02-22 20:37:43 +08:00
Kubernetes Prow Robot
0123869b7a
Merge pull request #4452 from airbnb/es--grpc-expander-plugin
...
Add gRPC expander plugin
2022-02-21 06:54:14 -08:00
Evan Sheng
4504f55485
Add grpc expander and tests
2022-02-16 12:34:06 -08:00
jesse.millan
65ebd8db83
OCI provider based on instance-pools and instance-configurations.
2022-01-25 08:32:26 -08:00
Maciek Pytel
24f896cd9d
Add go:build tags matching existing +build tags
...
As of go1.17 both tags are expected to exist simultaneously.
Added tags in all cluster autoscaler files. Added verify-gomod.sh
exceptions for non-compliant autogenerated VPA files.
2022-01-18 10:22:57 +01:00
Maciek Pytel
37d2bd38cc
Update boilerplate check to allow new go:build syntax
2022-01-18 10:22:57 +01:00
Neil Wilson
e81c4e96a2
Exclude brightbox vendored libraries from hack check
2021-10-20 16:43:06 +01:00
Lê Minh Quân
90bd1ebadb
Fix/Add bizflycloud package in skipped_dirs
2021-04-12 14:34:16 +07:00
Lê Minh Quân
71353a6dd4
Fix/dependencies
2021-04-12 14:06:28 +07:00
Lukas Kämmerling
c8b1501ce8
Rebase and change code owners
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-03-11 15:56:13 +01:00
Freek Gruntjes
908638bffe
Implement Hetzner Cloud Provider (code by Fgruntjes)
2021-03-11 15:40:06 +01:00
Mario Valderrama
dad480ddd1
Add Ionos Cloud cloudprovider
...
This change implements autoscaling for Kubernetes on Ionos Cloud.
2020-11-27 16:56:23 +01:00
RainbowMango
39a74d116a
skip huaweicoud sdk from verify checks.
2020-10-15 23:43:02 +08:00
Pierre-Emmanuel Jacquier
f117bdcb27
Add Exoscale Provider Cluster Autoscale
...
Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
2020-09-21 17:29:53 +02:00
Kubernetes Prow Robot
f575232581
Merge pull request #2879 from krzysied/vpa_e2e_build_check
...
VPA - Adding e2e build check
2020-03-03 02:31:37 -08:00
Krzysztof Siedlecki
ab93ff8c35
adding vpa e2e build check
2020-03-03 11:07:45 +01:00
Łukasz Osipiuk
8e07715d29
Disable GO111MODULE in for-go-proj.sh
...
This is temporary hack. We should stop using for-go-proj.sh to
verify cluster autoscaler and migrate to directly calling make.
Change-Id: I0c41c918f78cdfa0e5fd0dd60139a54db90540ea
2020-02-04 22:28:15 +01:00
t-qini
5765f4b5d2
Generate azure instance types.
2019-12-28 11:18:40 +08:00
Vivek Bagade
a6f14e6e2c
fix lint script
2019-08-28 16:30:03 +02:00
Kubernetes Prow Robot
3f0a5fa3c2
Merge pull request #2233 from vivekbagade/surge
...
Adding ScaleDownNodeProcessor
2019-08-19 03:59:32 -07:00
MaciekPytel
1ae11d4859
Merge pull request #2256 from towca/jtuznik/unit-test-fix
...
Fix the script used by CI to run unit tests after go mod changes
2019-08-13 12:56:02 +02:00
Jakub Tużnik
a8ddbc7e62
Fix the script used by CI to run unit tests after go mod changes
...
cluster-autoscaler switched from godeps to go mod, resulting in this
script being broken. This should fix issue 2251.
2019-08-13 11:42:53 +02:00
Vivek Bagade
dc64d0aab2
Adding ScaleDownNodeProcessor
2019-08-12 20:19:55 +02:00
Fatih Arslan
c2e07c0fff
cloudprovider: add DigitalOcean cloud provider
2019-08-09 16:11:18 +03:00
cclauss
00059ea5ef
xrange() was removed in Python 3 in favor of range()
2019-07-16 11:01:11 +02:00
cclauss
4036fa6a9a
Use print() function in both Python 2 and Python 3
...
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
2019-06-30 22:21:40 +02:00
Thomas Hartland
c2f2e9cd63
Ignore gophercloud in verify checks
2019-04-24 11:34:25 +02:00
Kubernetes Prow Robot
3a144f755d
Merge pull request #1894 from jkaniuk/remove-go-version-check
...
Remove go version check
2019-04-12 06:34:49 -07:00
Kubernetes Prow Robot
e54032355f
Merge pull request #1887 from jkaniuk/race-test2
...
Enable race detection in Travis tests
2019-04-12 06:28:46 -07:00
Beata Skiba
666a4e425b
Remove go version check
...
Change-Id: I023f3c3ed132940aed21f1e2446c45e7752630b0
2019-04-12 15:19:47 +02:00
Jacek Kaniuk
6c11b147cf
Enable race detection in Travis tests
2019-04-12 15:00:28 +02:00
Łukasz Osipiuk
cae71ea6f5
Update go version to 1.12 in check script and travis config
2019-04-12 13:41:36 +02:00
Jacek Kaniuk
6aa0e591a4
Use docker in gofmt verification
2019-03-07 14:03:11 +01:00
Łukasz Osipiuk
43ac834183
Allow passing EXCLUDE variable for verify-all.sh
...
Change-Id: Ic521dc23b63fd7d8574b042a74590db07766b4b5
2019-02-11 17:51:20 +01:00
JoeWrightss
ee62ba544e
Typo fixed: "Merics" -> "Metrics"
2018-12-04 01:16:34 +08:00
Łukasz Osipiuk
fc98351e02
Update go version used from 1.10.2 to 1.11.2 to match one used by k8s
2018-11-26 15:39:59 +01:00
k8s-ci-robot
f1a11218bc
Merge pull request #1408 from Rajat-0/access
...
Changing permissions on "update-gofmt" script
2018-11-16 01:00:27 -08:00
Rajat-0
13ac1eec44
Changing permissions on "update-gofmt" script
...
Changed permissions and added script run instruction in "verify-gofmt.sh"
2018-11-16 10:43:07 +05:30
k8s-ci-robot
0c49666eac
Merge pull request #1375 from multi-io/verify-all-output-fix
...
hack/verify-all.sh -v output corrected
2018-11-06 02:37:20 -08:00
Łukasz Osipiuk
da6f78552e
Relax list of OWNERS in hack directory
2018-11-06 10:59:49 +01:00
Olaf Klischat
e26021afcd
hack/verify-all.sh -v output corrected
2018-11-04 16:58:19 +01:00
Olaf Klischat
730d00d140
CI verify missing negation
2018-10-30 18:29:13 +01:00
k8s-ci-robot
503a17f9ef
Merge pull request #1282 from Rajat-0/add_go_tool
...
Adding update_gofmt.sh
2018-10-19 03:57:01 -07:00
Rajat Sharma
c75c2d0b19
Adding update_gofmt.sh
...
Adding update-gofmt script as part of go format tools
2018-10-19 11:30:02 +05:30
Beata Skiba
ef28be1c82
Update generated VPA code.
...
Includes getting changes to verify-booilerplate from k/k as the
boilerplate for the generated code has changed.
2018-10-10 15:16:13 +02:00
Łukasz Osipiuk
63ab24211e
Allow running hack/verify-spelling.sh from any directory
...
Previously if script was not run from root repository directory it
was failing with following error:
```
can't load package: package k8s.io/github.com/client9/misspell/cmd/misspell: cannot find package "k8s.io/github.com/client9/misspell/cmd/misspell" in any of:
...GPATH ENTRIES...
```
2018-09-04 21:28:23 +02:00