Commit Graph

1324 Commits (85995e96cdd9f26c4f66ea964d19ff1bfbbcf14d)

Author SHA1 Message Date
Sharif Elgamal 76d74191d8
Merge pull request #11623 from sharifelgamal/1.21.0
Bump Makefile for 1.21.0 release
2021-06-11 08:46:19 -07:00
Andriy Dzikh 1c1fdbff42 Make compute_flake_rate also compute average test duration. 2021-06-10 14:00:47 -07:00
Andriy Dzikh 728229c719 Add more environments to the allowed environments for commenting. 2021-06-10 13:36:23 -07:00
Andriy Dzikh dc6cb0b671 Rename collect_data.sh to collect_data_manual.sh and make header comment more clear. 2021-06-10 13:30:35 -07:00
Andriy Dzikh 884216db9e Make report_flakes.sh abort if there are no failed tests. 2021-06-10 13:27:00 -07:00
Andriy Dzikh 7e785c1c1e Make collect_data.sh optimzie and upload to GCS automatically. 2021-06-10 13:19:05 -07:00
Andriy Dzikh a98db3511e Add description and example usage to all shell scripts. 2021-06-10 13:16:16 -07:00
Andriy Dzikh 2b3f7cedd7 Remove bootstrap from flake_chart.html. 2021-06-10 13:02:56 -07:00
Sharif Elgamal 79e1b4e99d Bump Makefile for 1.21.0 release 2021-06-10 11:34:06 -07:00
Andriy Dzikh ecaee4d932 Add better comments for optimize_data and process_data. 2021-06-10 11:16:44 -07:00
Andriy Dzikh 79f8de1bcb Add comment for testEntry. 2021-06-10 11:11:34 -07:00
Andriy Dzikh e9e7b85e02 Make types and functions private. 2021-06-10 11:08:44 -07:00
Steven Powell cc89907cca add -Force to folder rm 2021-06-10 10:40:49 -07:00
Andriy Dzikh e089973f65 Create SplitEntryMap type to simplify some definitions. 2021-06-09 15:21:43 -07:00
Steven Powell 3b27578610 delete `minikube-integration` folder in case last test failed to delete it 2021-06-09 15:11:03 -07:00
Andriy Dzikh fb8e4d982b Clean up compute_flake_rate.go. 2021-06-08 13:06:28 -07:00
Andriy Dzikh fcbae7eaa1 Make sure gh is present when running report_flakes.sh. 2021-06-08 11:54:08 -07:00
Andriy Dzikh 3aa922813c Fix wrong number of parameters for report_flakes.sh. 2021-06-08 11:50:14 -07:00
Andriy Dzikh 716f690189 Change copyright to 2021. 2021-06-07 16:39:06 -07:00
Andriy Dzikh 139d7e3771 Fix lints in compute_flake_rate.go and compute_flake_rate_test.go. 2021-06-07 16:36:01 -07:00
Andriy Dzikh 8f953781a2 Create report_flakes script to comment on PRs about flake rates of failed tests. 2021-06-07 14:44:49 -07:00
Andriy Dzikh 7c46154600 Rename jenkins_upload_tests.sh to upload_tests.sh.
Since these scripts are already in the jenkins folder, having the jenkins prefix is redundant.
2021-06-07 14:12:31 -07:00
Andriy Dzikh 501b238841 Use "set -eu -o pipefail" for all scripts.
Previously failing commands in scripts wouldn't make them actually fail. Now it does!
2021-06-07 14:09:32 -07:00
Andriy Dzikh 9e7f1ebbf0 Make computing flake rates print out percentages (with fixed 2 decimal precision) rather than floats. 2021-06-07 13:49:40 -07:00
Andriy Dzikh a80f3bc5ae Add license to upload_tests script. 2021-06-07 13:49:05 -07:00
Steven Powell b39f171268 ensure Windows integration tests are ephemeral 2021-06-04 14:08:37 -07:00
Andriy Dzikh cec82877d8 Format flake rates into CSV containing environment, test, and flake rate. 2021-06-03 14:25:04 -07:00
Andriy Dzikh d245cfcdf7 Move all flake rate files to Jenkins to allow auto-upload. 2021-06-03 14:12:03 -07:00
Andriy Dzikh 40fdbe61ae Allow Jenkins to append to the flake rate data. 2021-06-03 14:01:06 -07:00
Andriy Dzikh d7d3593a89 Rewrite process_data.sh to no longer depend on git log.
This now means we depend on the date being contained within the details.
2021-06-03 13:38:44 -07:00
Medya Gh 74fe0e9f62 bump gopogh 2021-06-02 16:30:50 -07:00
Andriy Dzikh 65be305aab Add test for ComputeFlakeRates. 2021-06-02 16:17:39 -07:00
Andriy Dzikh df6f7a8485 Add test for FilterRecentEntries. 2021-06-02 15:48:12 -07:00
Andriy Dzikh 4e9718a28b Add test for SplitData. 2021-06-02 14:15:25 -07:00
Andriy Dzikh 401bcbfe0a Move comparison code to its own function. 2021-06-02 14:12:43 -07:00
Andriy Dzikh 9d4153f0ab Create test for ReadData. 2021-06-02 14:00:01 -07:00
Andriy Dzikh 60929009d6 Create FilterRecentEntries to only include the last N run dates. 2021-06-02 11:01:33 -07:00
Andriy Dzikh e6a553f679 Compute flake rate of all entries split by environment and test. 2021-06-02 11:00:40 -07:00
Andriy Dzikh de6cff23db Split entries based on environment and test name. 2021-06-02 11:00:40 -07:00
Andriy Dzikh ef33b8661c Create new compute_flake_rate.go with basic CSV parsing. 2021-06-02 11:00:38 -07:00
Andriy Dzikh fbf4e03eb9 Add license to sh scripts. 2021-06-01 14:06:54 -07:00
Andriy Dzikh 78e9838283 Refactor collect_data into collect_data + process_data.
This allows processing data coming from other sources.
2021-06-01 14:02:06 -07:00
Andriy Dzikh 419f2506e6 Add "data optimization" which treats empty fields in data.csv as equivalent to the previous entry.
This optimization takes data size down from 41 MB to 16MB which is ~40% which is huge!
2021-06-01 12:15:16 -07:00
Andriy Dzikh 424c954770 Add duration to existing graph with appropriate labels. 2021-06-01 11:33:22 -07:00
Andriy Dzikh b55c6726ef Use URL search query to select test and environment. 2021-06-01 10:18:26 -07:00
Andriy Dzikh ae62edbd18 Update JS to accept duration data. 2021-06-01 10:17:29 -07:00
Andriy Dzikh b5151a6d89 Add duration to data collection. 2021-06-01 09:46:14 -07:00
Andriy Dzikh f9f3ef9a09 Pass driverName into Preload and PreloadExists to report no preload for BareMetal. 2021-05-27 15:02:00 -07:00
Steven Powell ee5faa6fc4
Merge branch 'master' into automateTimeToK8s 2021-05-26 16:45:13 -07:00
Steven Powell 913d096d03 add note to release notes to remind to run `make time-to-k8s-benchmark` 2021-05-26 16:44:21 -07:00
Steven Powell 766cfd1e76 add copyright boilerplate 2021-05-26 16:26:45 -07:00
Steven Powell c30dbb0ead clean up var init 2021-05-26 15:59:50 -07:00
Steven Powell 2530048689 removed unused consts 2021-05-26 15:50:36 -07:00
Steven Powell a81761ea4a add make command to auto benchmark time-to-k8s and update website 2021-05-26 15:45:11 -07:00
Andriy Dzikh 2e5ea59774 Refactor data cleaning. 2021-05-26 09:36:44 -07:00
Andriy Dzikh 328d54ef63 Create first flake rate chart. 2021-05-25 16:20:56 -07:00
Andriy Dzikh b45b4c9a0b Include Google Charts. Refactor to wait for Google Charts and test data loading at the same time. 2021-05-25 13:42:53 -07:00
Andriy Dzikh b33e272435 Create basic parsing of CSV test data. 2021-05-25 13:42:12 -07:00
Andriy Dzikh abdbfa63b6 Create initial HTML and JS for flake rate site. 2021-05-25 11:40:08 -07:00
Andriy Dzikh 79c2a51f65 Change update leaderboard message to use make target instead of shell script. 2021-05-24 09:53:46 -07:00
Andriy Dzikh 63f0f8774b Create script to collect log data. 2021-05-24 09:28:11 -07:00
Andriy Dzikh 0fe0c11c56 Add message to view contributions leaderboard to release_notes.sh. 2021-05-21 16:28:25 -07:00
Medya Ghazizadeh db2e02c94f
Merge pull request #11448 from sharifelgamal/macos-docker
ci: Add script to make sure docker is running for macos integration tests
2021-05-21 13:26:34 -07:00
Medya Ghazizadeh 5e101c7605
Merge pull request #11467 from andriyDev/PublishPullsheetLeaderboard
Publish pullsheet leaderboard to website
2021-05-21 11:25:57 -07:00
Medya Ghazizadeh b76766d079
Merge pull request #11447 from ilya-zuyev/ilyaz/gh_actions_cleanup
add GitHub Actions cleanup scripts
2021-05-21 09:18:04 -07:00
Sharif Elgamal 40fd08e5fa adding check if docker is already running 2021-05-20 15:31:31 -07:00
Andriy Dzikh 0913c02127 Fix update_contributions not working correctly on Mac (Mac sed does not have execute command). 2021-05-20 11:54:04 -07:00
Andriy Dzikh c04f2d731f Add message to hack/release_notes.sh to tell maintainers to update contributions. 2021-05-20 09:44:12 -07:00
Andriy Dzikh 117e1495fa Create script to update contributions page. 2021-05-20 09:25:26 -07:00
Sharif Elgamal 2620012bed simplify code a bit 2021-05-19 15:00:30 -07:00
Ilya Zuyev e6dc7243f3 add comments 2021-05-19 14:53:04 -07:00
Sharif Elgamal a4c7e5b6dc fix permissions 2021-05-19 09:45:04 -07:00
Ilya Zuyev b78415fcd0 add logs 2021-05-18 22:04:25 -07:00
Ilya Zuyev 443c0c00a1 add logs 2021-05-18 22:03:57 -07:00
Ilya Zuyev 6da92d44f6 Fix golang installation script for arm64 platform 2021-05-18 22:00:57 -07:00
Ilya Zuyev 39f7db8783 check if cron rule is already installed 2021-05-18 19:18:45 -07:00
Ilya Zuyev 8f213df9a7 update workflow 2021-05-18 17:27:45 -07:00
Ilya Zuyev 246a2e55d5 fix boilerplate 2021-05-18 17:21:08 -07:00
Ilya Zuyev c2f8e17d2f fix boilerplate 2021-05-18 17:05:03 -07:00
Sharif Elgamal f319ac784c Add script to make sure docker is running for macos integration tests 2021-05-18 16:54:09 -07:00
Ilya Zuyev 4ab318e604 add GitHub Actions cleanup scripts 2021-05-18 16:12:04 -07:00
Predrag Rogic f425739254
prevent kube-proxy trying to change nf_conntrack_max 2021-05-15 19:36:49 +01:00
Sharif Elgamal c68216acd8
Merge pull request #11402 from sharifelgamal/storage-prov
add script to automatically release storage provisioner
2021-05-14 12:25:38 -07:00
Sharif Elgamal 468e2e85bb git username 2021-05-13 10:43:55 -07:00
Sharif Elgamal ad4716813a fix if statements 2021-05-13 10:16:04 -07:00
Sharif Elgamal 98e7cbf4d3 perms 2021-05-13 10:12:12 -07:00
Sharif Elgamal 3a2bad6d28 don't automatically bump version 2021-05-13 09:51:31 -07:00
Sharif Elgamal 3042313322 don't fail on docker error 2021-05-13 09:42:51 -07:00
Sharif Elgamal edd1230767 add script to automatically release storage provisioner 2021-05-13 09:40:55 -07:00
Andriy Dzikh 48b7dea2b5 Add flags to pullsheet to prevent Info and Warning logs in stderr. 2021-05-13 09:12:47 -07:00
Medya Ghazizadeh 0b58021952
Merge pull request #11377 from andriyDev/FixReleaseNotesOnMac
Refactor hack/release_notes.sh pullsheet commands and use sort instead of awk sorting
2021-05-12 13:00:02 -07:00
Medya Ghazizadeh 9e57c747e2
Merge pull request #11351 from afbjorklund/go-1.16.4
Upgrade go version from 1.16.1 to 1.16.4
2021-05-11 14:53:49 -07:00
Medya Ghazizadeh c136fe3cfd
Merge pull request #11060 from afbjorklund/retro-arch
Allow building minikube for outdated architectures
2021-05-11 12:22:03 -07:00
Andriy Dzikh 02b9fd7d7e Refactor hack/release_notes.sh pullsheet commands and use sort instead of awk sorting. 2021-05-11 11:41:48 -07:00
Anders F Björklund 118d201a73 Upgrade go version from 1.16.1 to 1.16.4 2021-05-10 07:16:24 +02:00
Anders F Björklund ac624bff80 Add missing arm64 tarballs to the release page
The arm64 build targets for the drivers are currently missing,
but they should be downloaded at runtime anyway so exclude them.
2021-05-09 10:11:22 +02:00
Sharif Elgamal fea1be9d51 unify integration test names for uploading 2021-05-07 15:35:38 -07:00
Sharif Elgamal 603e49189e allow install docker to fail 2021-05-07 10:07:08 -07:00
Sharif Elgamal 290230831e break OS_ARCH into OS and ARCH 2021-05-06 16:23:41 -07:00
Sharif Elgamal 73291c04c7 make common executable 2021-05-06 13:06:12 -07:00
Sharif Elgamal ad885687de actually common.sh is a better choice 2021-05-06 13:05:02 -07:00
Sharif Elgamal 63b773e88b combine run_tests.sh and common.sh for integration testing 2021-05-06 12:43:16 -07:00
Sharif Elgamal be24532339 fix other API instances of access token for tests 2021-05-05 15:53:36 -07:00
Sharif Elgamal 90d148faa7 change authentication for jenkins job 2021-05-05 14:15:33 -07:00
Sharif Elgamal 4184a9d02d
Merge pull request #10927 from sharifelgamal/macstadium
ci: Re-enable integration testing for macOS
2021-05-04 17:58:14 -07:00
Andriy Dzikh f7e5b6b422 Add a link in hack/release_notes.sh to the changelog for more details. 2021-05-04 16:16:56 -07:00
Andriy Dzikh 13b3aae355 Thank issue-commenters in hack/release_notes.sh. 2021-05-04 15:01:17 -07:00
Andriy Dzikh 83dc6be81c Thank PR reviewers in hack/release_notes.sh. 2021-05-04 14:56:38 -07:00
Steven Powell 2be9109797 fixed CPU benchmarking typos and small formatting 2021-05-04 12:48:04 -07:00
Sharif Elgamal cdb0de091a full suite for docker 2021-05-04 12:16:13 -07:00
Sharif Elgamal debca7805e i just wanna see if it works ok 2021-05-04 11:07:36 -07:00
Sharif Elgamal 7a4855df80 take 2 2021-05-04 10:42:09 -07:00
Sharif Elgamal 3daad34d4e fix up loop 2021-05-04 10:01:52 -07:00
Sharif Elgamal 384cb73b35 add ability for custom file name for uploading files 2021-05-03 17:53:39 -07:00
Sharif Elgamal 4f381cc1e6 Merge branch 'master' of github.com:kubernetes/minikube into macstadium 2021-05-03 17:30:20 -07:00
Sharif Elgamal 4186087e64
Revert "Run test2json during the test and not afterwards" 2021-05-03 17:23:24 -07:00
Sharif Elgamal c14051eb35 add pidof to macos machines 2021-05-03 16:43:01 -07:00
Sharif Elgamal a08f44b746 make hyperkit tests full suite 2021-05-03 15:45:47 -07:00
Sharif Elgamal b090f4901c make sure timeout is installed on macos 2021-05-03 13:27:11 -07:00
Sharif Elgamal 17d677dfc9 small changes 2021-05-03 13:21:56 -07:00
Anders F Björklund b4379c326f Run test2json during the test and not afterwards
Running it after the test is completed, means that the timestamps
of the output will be wrong (not reflecting the actual test run).

This should use "go test -json" instead of the "test2json" pipe,
but need something like "gotestsum" to show both out and json...
2021-05-03 08:08:14 +02:00
Steven Powell 82e9a5248a fixed gsutil copy from releases-beta.json 2021-04-30 17:22:21 -07:00
Sharif Elgamal 7cce80e555 trying hyperkit?? 2021-04-30 11:24:27 -07:00
Sharif Elgamal bb9fa3d120 hey, uh, don't kill docker please 2021-04-30 10:44:09 -07:00
Sharif Elgamal d9d251ac38 use external upload script 2021-04-30 08:20:24 -07:00
Sharif Elgamal f26b2df8c3 install pstree on macos as well 2021-04-29 16:36:00 -07:00
Sharif Elgamal eb3f2b7516 Merge branch 'master' of github.com:kubernetes/minikube into macstadium 2021-04-29 16:16:20 -07:00
Medya Ghazizadeh fe0a1774a6
Merge pull request #11140 from govargo/add-cpu-benchmark
Add cpu usage benchmark command `make cpu-benchmark` and website docs
2021-04-29 15:16:01 -07:00
Kenta Iso 43b1dfd433 Change barChart color and add benchmark description to docs of benchmark 2021-04-30 06:41:44 +09:00
Medya Ghazizadeh ac2b98d744
Merge pull request #11169 from spowelljr/addBetaNotifications
Add opt-in notifications for beta releases
2021-04-29 14:03:59 -07:00
Kent Iso e3fd45d079 Update linux auto-pause result with improved method 2021-04-29 20:05:59 +00:00
Kent Iso 6f0391738c Improve verify auto pause step and Update README.md for auto-pause benchmark 2021-04-29 19:56:06 +00:00
Sharif Elgamal 77dd7a7cd6 Merge branch 'master' of github.com:kubernetes/minikube into macstadium 2021-04-28 18:56:24 -07:00
Sharif Elgamal a3b52560cd that was a bad idea 2021-04-28 18:49:24 -07:00
Sharif Elgamal 7ed18e5811 try to propagate sudo creds 2021-04-28 18:21:24 -07:00
Kenta Iso ad7b7fa584 Add verify step for control plane Paused status for cpu benchmark 2021-04-29 05:02:41 +09:00
Kent Iso a981e81f9c Update README about cpu-benchmark 2021-04-29 01:06:27 +09:00
Kent Iso 67da2c88ce Fix lint error 2021-04-29 01:06:27 +09:00
Kent Iso 52ddca0ea4 divide idle only benchmark and autopause benchmark of cpu usage 2021-04-29 01:06:27 +09:00
Kent Iso a6fdc2f8ea Add data label to bar chart 2021-04-29 01:06:26 +09:00
Kent Iso 288eb00810 Add linux cpu benchmark image 2021-04-29 01:06:26 +09:00
Kent Iso 7fe94b5876 Add minikube docker with auto-pause to cpu benchmark 2021-04-29 01:06:26 +09:00
Kent Iso 45a867d3b8 Add cpu usage benchmark 2021-04-29 01:06:26 +09:00
Steven Powell 285457ebda updated releases script to updates releases-beta.json 2021-04-27 13:34:08 -07:00
Sharif Elgamal 0ed1c923a9 Make sure to capture errors in auto kicbase builds 2021-04-26 17:54:07 -07:00
Predrag Rogic 79ba91cd44
fix flake integration tests: cleanups and timeouts 2021-04-23 22:19:59 +01:00
Medya Ghazizadeh 6f97066217
Merge pull request #11095 from ilya-zuyev/ilyaz/preloads_jenkins_job
Move preload generation to Jenkins
2021-04-23 13:25:18 -07:00
Ilya Zuyev 71ba8c19bb add comments 2021-04-20 11:44:29 -07:00
Medya Ghazizadeh 6ad8cd7d22
Merge pull request #11030 from prezha/fix-insufficient-memory
fix insufficient memory issues
2021-04-20 09:52:30 -07:00
Medya Gh 1207de734b bump golang lint ci to latest 2021-04-19 15:16:31 -07:00
Anders F Björklund 9fded7695f Add retro binaries to the all target and release 2021-04-18 13:10:50 +02:00
Ilya Zuyev 739424c5ac reorder k8s versions to process 2021-04-16 13:00:41 -07:00
Ilya Zuyev bf5d87423a fix comments 2021-04-16 10:52:16 -07:00
Ilya Zuyev e0c3ef3f51 improve logs 2021-04-16 10:41:07 -07:00
Ilya Zuyev 9af84a7d95 debug options 2021-04-15 10:40:43 -07:00
Ilya Zuyev 74c1029d9f more logs 2021-04-14 14:01:41 -07:00
Ilya Zuyev ce748474fb more logs 2021-04-14 13:59:42 -07:00
Ilya Zuyev 06c4bf030f goimports 2021-04-13 13:24:57 -07:00
Ilya Zuyev 71080b0860 add command line options to preload-generator 2021-04-13 12:18:44 -07:00
Sharif Elgamal 56517303ff
Merge pull request #11011 from sharifelgamal/prbot
minikube-pr-bot enhancements
2021-04-09 09:23:54 -07:00
Predrag Rogic 3860730a1a
fix insufficient memory issues 2021-04-08 23:39:12 +01:00
Medya Gh 1665c7801d revert pipefail 2021-04-08 10:57:56 -07:00
Sharif Elgamal 2ce5ac0467 run minikube delete before testing 2021-04-07 15:28:12 -07:00
Sharif Elgamal dad89e8223 skip docker for now 2021-04-07 14:12:59 -07:00
Sharif Elgamal 7836e101f8 Merge branch 'master' of github.com:kubernetes/minikube into prbot 2021-04-07 14:05:07 -07:00
Sharif Elgamal 0aee73d612 skip trying to install docker in CI 2021-04-07 11:21:21 -07:00
Sharif Elgamal 400fcc1b9d use params on correct script 2021-04-07 09:54:39 -07:00
Sharif Elgamal 68b903cbb6 escapism 2021-04-07 09:04:47 -07:00
Sharif Elgamal 493f7f8edc fixes 2021-04-06 18:59:04 -07:00
Sharif Elgamal 57eb831883 fix pathing 2021-04-06 18:20:41 -07:00
Sharif Elgamal 782bdae4ed lint 2021-04-06 17:28:22 -07:00
Sharif Elgamal 84f2c86a50 minikube-pr-bot enhancements 2021-04-06 17:07:43 -07:00
Sharif Elgamal c3ae5fa8ed catch auto kicbase failures properly 2021-04-05 15:13:20 -07:00
Sharif Elgamal edd6321694 make sure to capture failures through pipes 2021-04-01 12:29:08 -07:00
Kent Iso 14cde713bd Fix unit test failing boilerplate, TestGenerateDocs 2021-04-01 21:22:05 +09:00
Medya Ghazizadeh 268c53e956
Merge pull request #10917 from spowelljr/addCloudShellTest
Added cloud shell functional tests
2021-03-30 14:57:04 -07:00
Steven Powell 197aca6e1d rename to docker_cloud_shell 2021-03-30 09:30:50 -07:00
hetong07 6db49ee5eb Update powershell script to install kubectl ver 1.20 on jenkins. 2021-03-30 09:22:48 -07:00
Steven Powell 5b5163042d fixed envs and stopped warning 2021-03-29 17:03:36 -07:00
Steven Powell 352b331042 added addon tests 2021-03-29 14:42:55 -07:00
Steven Powell 411c54f41d added cloud shell test to GitHub jobbs 2021-03-29 14:42:32 -07:00
Steven Powell ba25b5a2c8 added cloud shell function tests 2021-03-29 14:42:32 -07:00
Sharif Elgamal c8e8c8fb99 testing macos docker tests again 2021-03-25 15:34:42 -07:00
Ilya Zuyev 246109d00d Restore test timeout 2021-03-23 19:54:17 -07:00
Ilya Zuyev b01e6478b7 debug: decrease timeout to 10 min 2021-03-23 18:40:05 -07:00
Ilya Zuyev a264c351b3 Add jenkins script logs 2021-03-23 15:37:34 -07:00
Ilya Zuyev 587ef87acb fixes 2021-03-23 10:44:52 -07:00
Ilya Zuyev adf7428c28 Restore common.sh 2021-03-22 10:48:13 -07:00
Ilya Zuyev d6572d87a2 Merge branch 'master' into ilyaz/arm64_integration_tests 2021-03-19 14:04:24 -07:00
Ilya Zuyev 7e45721c82 fix report paths 2021-03-18 10:45:43 -07:00
Ilya Zuyev 1adf810ea3 remove debug 'ls' 2021-03-18 10:31:14 -07:00
Ilya Zuyev 6bfc73c1e3 debug logs 2021-03-17 11:01:26 -07:00
Ilya Zuyev c7344212cd Add test scripts for containerd and crio runtimes 2021-03-15 16:44:25 -07:00
Ilya Zuyev 6804e02b1f Fix kubectl installation 2021-03-15 16:14:49 -07:00
Ilya Zuyev 2165d89cc5 Fix kubectl installation 2021-03-15 16:10:14 -07:00
Ilya Zuyev f3b9443111 fix script name 2021-03-15 15:43:30 -07:00
Ilya Zuyev 74866e1b9f update set_pending.sh 2021-03-15 15:28:35 -07:00
Ilya Zuyev bdde5acf22 Restore common.sh; use run_tests.sh for arm jobs instead 2021-03-15 15:00:10 -07:00
Sharif Elgamal 781e3ea105 add cleanup script for docker windows machine 2021-03-15 14:06:11 -07:00
Sharif Elgamal f95d43a2c7
Merge pull request #10835 from sharifelgamal/prune-windows
make sure to prune docker on windows integration test machines
2021-03-15 13:27:05 -07:00
Sharif Elgamal bc5d846a30 point to raw logs when no gopogh 2021-03-15 13:05:54 -07:00
Sharif Elgamal ce3227422e force 2021-03-15 13:03:40 -07:00
Sharif Elgamal fb8b25cb04 make sure to prune docker 2021-03-15 12:50:47 -07:00
Ilya Zuyev 953ddeff2a update jenkins scripts 2021-03-15 11:19:49 -07:00
Anders F Björklund 93aae1fb81 Add deb/rpm packaging for arm32/armv7 as well 2021-03-15 08:54:35 +01:00
Anders F Björklund 7789bdfc35 Refactor: use variables for package revisions 2021-03-15 07:35:39 +01:00
Anders F Björklund 2f8070ace1 Add rpm and deb packaging for ppc64le and s390x 2021-03-15 07:30:07 +01:00
Ilya Zuyev 36b0ec8243 debug prints 2021-03-12 13:14:15 -08:00
Ilya Zuyev 9ca7392688 add upload_integration_report.sh jenkins script 2021-03-11 16:55:00 -08:00
Sharif Elgamal 69ae6d0e54 updating latest release on front page on release 2021-03-10 12:12:16 -08:00
Ilya Zuyev 65acaa745d update common.sh test script 2021-03-10 10:33:34 -08:00
Medya Ghazizadeh 232f69ca35
Merge pull request #10767 from sharifelgamal/auto-error
print out error on failed iso and kicbase builds
2021-03-09 20:30:11 -08:00
Sharif Elgamal d79fc22f82 link to full logs 2021-03-09 17:45:15 -08:00
Sharif Elgamal bddf9faaaf print out error on failed iso and kicbase builds 2021-03-09 16:28:08 -08:00
Sharif Elgamal d247eff130 increase to 5 minutes 2021-03-09 12:09:37 -08:00
Sharif Elgamal 21a5a57048 increase wait for docker starting on windows 2021-03-09 09:53:24 -08:00
Sharif Elgamal b578db7e49 remove autobuild of iso in minikube cross 2021-03-05 12:28:52 -08:00
Sharif Elgamal c785ce3082 change iso bucket to avoid collision 2021-03-04 10:08:19 -08:00
Sharif Elgamal 0a26c1a6bf fix branch name 2021-03-04 10:02:50 -08:00
Sharif Elgamal e19dfa4bd8 Merge branch 'master' of github.com:kubernetes/minikube into auto-iso 2021-03-04 08:53:23 -08:00
Medya Ghazizadeh 18e215fed1
Merge pull request #10709 from ilya-zuyev/ilyaz/check_dirty_releases
Jenkins release job: check if built minikube binary reports 'dirty' commit id
2021-03-03 23:09:22 -08:00
Sharif Elgamal 840c694989 fix version parsing 2021-03-03 20:27:45 -08:00
Sharif Elgamal 90df9d2551 adding bot's git info 2021-03-03 19:09:09 -08:00
Sharif Elgamal f54ff32676 spaces 2021-03-03 18:08:13 -08:00
Sharif Elgamal 934db911a2 point to the correct bucket once iso is built 2021-03-03 17:59:03 -08:00
Sharif Elgamal 0f51fcda50 install 7z 2021-03-03 17:26:15 -08:00
Sharif Elgamal 04844b5c62 install python2 2021-03-03 16:17:06 -08:00
Ilya Zuyev 61a596debe jenkins scripts: check if built version reports dirty commit id 2021-03-03 15:54:46 -08:00
Ilya Zuyev 86117e1197 update hack/jenkins/common.sh to use go 1.16 2021-03-03 14:07:39 -08:00
Sharif Elgamal 7d6bac641a install rsync unzip and bx 2021-03-03 13:56:15 -08:00
Sharif Elgamal 8c1e236d11 yes 2021-03-03 13:29:20 -08:00
Sharif Elgamal 7bc7a4f803 install gcc on agents 2021-03-03 13:14:47 -08:00
Sharif Elgamal 038a6965ba Merge branch 'master' of github.com:kubernetes/minikube into auto-iso 2021-03-03 09:51:18 -08:00
Medya Ghazizadeh 9281117e60
Merge pull request #10634 from ariesliuwei/loggingfix
logging: migrate some logs to structured logging
2021-03-01 13:33:41 -08:00
Sharif Elgamal a379f2c00e add autobuild and push for ISO 2021-03-01 13:28:22 -08:00
Medya Ghazizadeh 5b7af8377e
Merge pull request #10613 from prezha/fix-kube-proxy-metricsBindAddress
make metric server serve on all ipv4 interfaces
2021-03-01 11:22:41 -08:00
Sharif Elgamal d9c02d12a3
Merge pull request #10611 from sharifelgamal/auto-push
ci: try autopushing to PRs for kicbase
2021-03-01 09:19:55 -08:00
Sharif Elgamal 1306f1cc5b explicity use git add 2021-02-26 09:44:54 -08:00
Sharif Elgamal 4c59401121 fix script up 2021-02-26 09:39:58 -08:00
liuwei10 f059b9b43e logging: migrate some logs to structured logging 2021-02-26 14:30:39 +08:00
Sharif Elgamal e0aedf7d6e typo 2021-02-25 13:00:45 -08:00
Sharif Elgamal 74d73cf372 Merge branch 'master' of github.com:kubernetes/minikube into auto-push 2021-02-25 12:54:35 -08:00
Sharif Elgamal 8050aca488 generate-docs on release 2021-02-25 12:50:59 -08:00
Sharif Elgamal ccb1fbaa93 fix up syntax 2021-02-25 12:46:28 -08:00
Sharif Elgamal 8074fb0ddf account for failure 2021-02-25 11:58:23 -08:00
Sharif Elgamal 04486df308 remove old pr comment 2021-02-25 11:20:35 -08:00
Sharif Elgamal f0484d0bc9 switch to ssh for pushing 2021-02-25 10:41:57 -08:00
Predrag Rogic e08ac1ceb6
make metric server server on all ipv4 interfaces 2021-02-25 03:48:43 +00:00
Sharif Elgamal 0405573848 try autopushing to PRs for kicbase 2021-02-24 17:49:58 -08:00
Sharif Elgamal 33a97b85b8 hoo boy formatting 2021-02-24 15:44:57 -08:00