Commit Graph

45 Commits

Author SHA1 Message Date
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
ruicao 15b17e10ec Typo fix: doens't -> doesn't 2018-06-13 18:41:23 +08:00
Łukasz Osipiuk f76b464c63 Change golint installation url 2018-05-15 17:12:01 +02:00
Łukasz Osipiuk 9f8231ea36 Update go version to 1.10 and deprcate all <1.9 2018-05-15 17:11:40 +02:00
Aleksandra Malinowska b21d6158b0 Add spellchecking script 2018-04-06 14:32:23 +02:00
Slawomir Chylek 1199a4ac7d Exclude VPA E2E tests from project-wide unit testing. 2018-02-02 18:05:46 +01:00
Slawomir Chylek 0111ff4b00 Disable golint on generated sources and api definition. 2018-01-15 13:33:37 +01:00
Pengfei Ni 847bd79726 Support go1.9 when verifying gofmt 2017-12-28 13:27:06 +08:00
Marcin Wielgus 467b43b7f2 Skip _override in boilerplate.py 2017-11-28 14:31:55 +01:00
Marcin Wielgus e14f6a0c55 Add appropriate license to _override 2017-11-28 14:31:20 +01:00
Maciej Pytel 0bbf447610 Update script for testing broken nodes in CA
Added option for only breaking a few nodes not all of them.
2017-09-27 14:24:29 +02:00
Beata Skiba 7287f3b402 fix boilerplate 2017-08-11 11:09:53 +02:00
Beata Skiba 506518cb30 Comment fixes 2017-08-11 10:00:36 +02:00
Beata Skiba c4d12edc02 Add script for parsing metrics from CA e2e tests 2017-08-10 17:29:01 +02:00
Maciej Pytel 1d3cd69f28 Utility script for testing CA cloudprovider failure handling 2017-08-02 14:38:25 +02:00
Maciej Pytel 78509c554e Update to go1.8.3
Same version as k8s. Full godeps update will go out
in separate commit.
2017-06-01 17:24:47 +02:00
Maciej Pytel 163d51b065 Copied over /hack from contrib repo
For now skipping the verification of flags.
2017-04-18 16:47:29 +02:00