Commit Graph

521 Commits

Author SHA1 Message Date
Tim Hockin 69702eec2f Rename tests for better filtering 2022-07-03 11:14:21 -07:00
Kubernetes Prow Robot fa8815953a
Merge pull request #549 from thockin/v3-better_askpass_url
V3:  beef up askpass-url test
2022-07-03 00:47:22 -07:00
Tim Hockin 185074f250 Beef up askpass_url support
* Don't need to get the password at startup (it happens in the sync loop
  anyway)
* Add tests for bad password and flaky URL
2022-07-02 15:43:01 -07:00
Kubernetes Prow Robot 3520002163
Merge pull request #556 from thockin/v3_e2e_v6
v3: e2e with -v=6
2022-07-02 13:11:24 -07:00
Kubernetes Prow Robot 85fef91a54
Merge pull request #561 from thockin/v3_go_mod_1_18
v3: Bump go.mod to 1.18
2022-07-02 13:09:24 -07:00
Kubernetes Prow Robot da0c0fae6b
Merge pull request #559 from thockin/v3-bump-build-go_1_18
v3: Bump build image to go 1.18
2022-07-02 13:07:24 -07:00
Kubernetes Prow Robot 3c301ac612
Merge pull request #558 from thockin/v3_update_base_bullseye
upgrade base image to address vulnerabilities
2022-07-02 13:05:24 -07:00
Kubernetes Prow Robot 43fde5ff1d
Merge pull request #546 from thockin/v3-dont-docker-kill
v3: e2e: Don't manually "docker kill"
2022-07-02 12:59:24 -07:00
Tim Hockin 6306c1e7af Bump go.mod to 1.18 2022-07-02 11:12:49 -07:00
Tim Hockin 91ab6f2eee Bump build image to go 1.18 2022-07-02 11:05:07 -07:00
Your 5f59ea331d upgrade base image to address vulnerabilities 2022-07-02 11:03:19 -07:00
Tim Hockin a424130b36 e2e with -v=6 2022-07-02 10:59:26 -07:00
Kubernetes Prow Robot 055a886bf1
Merge pull request #552 from thockin/v3-apt-dash-q
v3: Add -q to apt-get commands
2022-07-02 03:55:24 -07:00
Kubernetes Prow Robot 0e4b04d70a
Merge pull request #550 from thockin/v3-passwd_e2e_split
v3: Split password test to 2 - right and wrong passwd
2022-07-02 03:53:24 -07:00
Kubernetes Prow Robot 114b30daa6
Merge pull request #548 from thockin/v3-fail-count-logging
v3: Clean up fail-count logging
2022-07-02 03:51:24 -07:00
Kubernetes Prow Robot e26af60512
Merge pull request #547 from thockin/v3-e2e-ncvsr-fmt
v3: e2e: Reformat ncsvr scripts for readability
2022-07-02 03:49:24 -07:00
Kubernetes Prow Robot f4df63a54a
Merge pull request #545 from thockin/v3-dotfiles
v3: Fix inconsistency with build dotfile names
2022-07-02 03:05:23 -07:00
Tim Hockin 1c9d30fd72 Add -q to apt-get commands 2022-06-24 09:43:59 -07:00
Tim Hockin 6a5ca2981f Split password test to 2 - right and wrong passwd 2022-06-24 09:43:29 -07:00
Tim Hockin 0a5952af7f Clean up fail-count logging
Increment it before logging it!
2022-06-24 09:42:24 -07:00
Tim Hockin 59b3576105 e2e: Reformat ncsvr scripts for readability 2022-06-24 09:42:10 -07:00
Tim Hockin 5f6b04eae2 e2e: Don't manually "docker kill"
It happens automatically on test cleanup
2022-06-24 09:41:58 -07:00
Tim Hockin 0f768cb436 Fix inconsistency with build dotfile names 2022-06-24 08:23:46 -07:00
Kubernetes Prow Robot 5e35650bc7
Merge pull request #530 from thockin/release-3.x
Make ssh e2e test not use --one-time (v3)
2022-06-24 04:46:58 -07:00
Tim Hockin 414839fc62 Make ssh e2e test not use --one-time
There is functionality that needs to be tested beyond that.
2022-06-11 10:52:45 -07:00
Tim Hockin 9f02915f02 Pass CLEANUP=0 to test_e2e to leave logs 2022-06-11 19:49:23 +02:00
Kubernetes Prow Robot 7868e6093a
Merge pull request #527 from thockin/release-3.x
Fix Makefile to run tools on host OS/ARCH (v3)
2022-06-06 15:12:23 -07:00
Tim Hockin 9d813ba4a1 Fix Makefile to run tools on host OS/ARCH 2022-06-06 14:24:12 -07:00
Kubernetes Prow Robot 6c2451ef9d
Merge pull request #515 from thockin/release-3.x
Pass the whole environment to exechooks (v3 branch)
2022-05-29 00:18:51 -07:00
Tim Hockin 812da0c43e Pass the whole environment to exechooks 2022-05-16 18:07:46 -07:00
Kubernetes Prow Robot 8dea3f4be5
Merge pull request #509 from thockin/v3-releasing
update RELEASING (v3)
2022-03-21 01:41:09 -07:00
Kubernetes Prow Robot fd3602ed9d
Merge pull request #511 from thockin/v3-make-tools-on-demand
Only build test-tools when needed (v3)
2022-03-20 13:35:09 -07:00
Kubernetes Prow Robot 425915398d
Merge pull request #510 from thockin/v3-trimspace
TrimSpace exec's stdout/stderr for log (v3)
2022-03-20 13:33:10 -07:00
Tim Hockin d953c0bf59 TrimSpace exec's stdout/stderr for log 2022-03-17 12:06:52 -07:00
Tim Hockin 2c8e4aff26 Only build test-tools when needed 2022-03-17 12:06:36 -07:00
Tim Hockin a2c685b4f8 update RELEASING 2022-03-17 12:05:06 -07:00
Tim Hockin d1c8a4277c reorder test cases 2022-03-11 08:41:01 -08:00
Tim Hockin ce4f7a192d rename test case 2022-03-11 08:41:01 -08:00
Kubernetes Prow Robot 41e90014b5
Merge pull request #502 from Liujingfang1/release-3.x
update the base image to fix vulnerabilities
2022-03-10 17:09:06 -08:00
Kubernetes Prow Robot dbbebf2e48
Merge pull request #499 from sed-i/feature/support_repo_change
Support repo change between invocations
2022-03-10 17:08:08 -08:00
Jingfang Liu 4622c69235 update the base image to fix vulnerabilities
It fixes the critical vulnerabilities: CVE-2021-45960
2022-03-10 16:18:56 -08:00
Kubernetes Prow Robot c31398e141
Merge pull request #501 from thockin/release-3.x
Overhaul flags in README (v3)
2022-03-09 01:26:12 -08:00
Tim Hockin f94cd1d4dd README: Break flags into sections 2022-03-08 09:06:57 -08:00
Tim Hockin 3ffc83e29e Clean up README table end-of-line 2022-03-08 08:58:28 -08:00
Tim Hockin 0d88253338 Re-order columns in README 2022-03-08 08:58:27 -08:00
Tim Hockin c21cbbb472 Remove analytics link 2022-03-08 08:57:50 -08:00
Tim Hockin f4e4db5325 Sync README to current flags 2022-03-08 08:56:29 -08:00
Kubernetes Prow Robot cd6b833f05
Merge pull request #495 from thockin/release-3.x
Add GC controls, e2e regexes (v3 branch)
2022-03-08 03:38:33 -08:00
sed-i c3791f59b2 Add volume mount for the repo sync test 2022-02-25 11:51:01 -05:00
sed-i 9780b620c0 Add repo-sync test 2022-02-25 03:46:37 -05:00