Commit Graph

276 Commits (198e8cadb11d1e2a465cbfde85e9ed132366fcaa)

Author SHA1 Message Date
Medya Ghazizadeh 5ecd53b1ea
Merge pull request #11794 from ilya-zuyev/ilyaz/test_report_links
Show GCS report links in integration test logs
2021-07-02 09:37:14 -04:00
Andriy Dzikh a442d79877 Remove STARTED_ENVIRONMENTS from common.sh. 2021-07-01 15:53:52 -07:00
Ilya Zuyev 6e46d895dc Merge branch 'master' into ilyaz/test_report_links 2021-07-01 13:51:14 -07:00
Ilya Zuyev 5ccd38c0f7 fix output formatting 2021-07-01 13:47:40 -07:00
Andriy Dzikh a203d5f644 Replace integration test "hooks" with register_tests to fill started_environments and sync_tests to fill finished environments. 2021-07-01 11:09:34 -07:00
Andriy Dzikh e3883d0b56 Fix writing wrong files, and added better comments. 2021-06-29 14:47:13 -07:00
Andriy Dzikh 858aab3f55 Create sync_tests.sh to be triggered by each integration test on completion. 2021-06-29 11:44:36 -07:00
Ilya Zuyev bed20c522b In integration test logs: show GCS https links to reports 2021-06-28 14:34:05 -07:00
Medya Ghazizadeh 6a9076391d
Merge pull request #11602 from andriyDev/Flakes
Create a system for generating public flake rate reporting.
2021-06-15 12:51:29 -04:00
Andriy Dzikh 728229c719 Add more environments to the allowed environments for commenting. 2021-06-10 13:36:23 -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 40fdbe61ae Allow Jenkins to append to the flake rate data. 2021-06-03 14:01:06 -07:00
Medya Gh 74fe0e9f62 bump gopogh 2021-06-02 16:30:50 -07:00
Sharif Elgamal 2620012bed simplify code a bit 2021-05-19 15:00:30 -07:00
Sharif Elgamal a4c7e5b6dc fix permissions 2021-05-19 09:45:04 -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
Anders F Björklund 118d201a73 Upgrade go version from 1.16.1 to 1.16.4 2021-05-10 07:16:24 +02:00
Sharif Elgamal 603e49189e allow install docker to fail 2021-05-07 10:07:08 -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 f26b2df8c3 install pstree on macos as well 2021-04-29 16:36:00 -07: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
Predrag Rogic 79ba91cd44
fix flake integration tests: cleanups and timeouts 2021-04-23 22:19:59 +01:00
Sharif Elgamal 0aee73d612 skip trying to install docker in CI 2021-04-07 11:21:21 -07:00
Ilya Zuyev adf7428c28 Restore common.sh 2021-03-22 10:48:13 -07:00
Ilya Zuyev 953ddeff2a update jenkins scripts 2021-03-15 11:19:49 -07: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
Ilya Zuyev 65acaa745d update common.sh test script 2021-03-10 10:33:34 -08:00
Ilya Zuyev 86117e1197 update hack/jenkins/common.sh to use go 1.16 2021-03-03 14:07:39 -08:00
Anders F Björklund 86af69861a Upgrade go version from 1.15.5 to 1.15.8 2021-02-21 15:20:49 +01:00
Medya Gh 0fce9d4726 add json summary report to gopogh 2021-02-19 12:05:34 -08:00
Medya Gh cfd0dbdfc7 bump gopogh version v0.6.0 2021-02-19 11:41:04 -08:00
Priya Wadhwa 590376760e Add timeouts to cleaning up 2021-01-29 15:10:40 -08:00
Priya Wadhwa 49210bd8b5 Revert timings back to how they are at HEAD 2021-01-29 15:07:03 -08:00
Priya Wadhwa 8b858290e0 Add timeout to cleaning up tests 2021-01-29 13:52:05 -08:00
Priya Wadhwa 6fd7f20867 Change time to 180m 2021-01-29 11:29:34 -08:00
Priya Wadhwa fe32e66aa7 double timeout time 2021-01-28 12:47:47 -08:00
Priya Wadhwa 10d5d0915f Increase timeout 2021-01-27 20:32:41 -08:00
Priya Wadhwa 95f9c5c0a3 UP timeout to 90m to see if containerd tests pass then 2021-01-27 13:12:14 -08:00
Priya Wadhwa 53a99fcf4d Merge branch 'master' of https://github.com/kubernetes/minikube into containerd-integration-tests 2021-01-20 15:17:47 -08:00
Priya Wadhwa 100fcc811c add curly braces to match other vars 2021-01-20 13:29:17 -08:00
Priya Wadhwa 44ce2ec6e3 only add --container-runtime if it is set 2021-01-19 17:22:49 -08:00
Ilya Zuyev a2ccf09c80 fix update-gopogh-version comment and update gopogh version in jenkins scripts 2021-01-19 16:30:28 -08:00
Priya Wadhwa ebd936c3c2 Add --container-runtime to extra start args if it is set 2021-01-19 16:17:03 -08:00
Priya Wadhwa 9ffbe87052 Add global variable for container runtime to jenkins tests 2021-01-19 15:55:33 -08:00