Kubernetes Prow Robot
461a628101
Merge pull request #81558 from liggitt/admissionregistration-v1-e2e
...
Use v1 admissionregistration APIs in e2e
2019-08-19 20:44:18 -07:00
Kubernetes Prow Robot
081db915d3
Merge pull request #81426 from oomichi/make-e2elog-back
...
Add log.go back to core of e2e test framework
2019-08-19 20:43:47 -07:00
Jun Gong
d9a7439ca0
Refactor NewXXXPlugin in framework_test to avoid package variable and do some other refactor
2019-08-20 09:52:26 +08:00
Joe Betz
5abf6b5d3e
Bump agnhost image version to 2.5
2019-08-19 18:31:23 -07:00
Joe Betz
1d429a615c
Update e2e tests to use CRD v1 API
2019-08-19 18:31:14 -07:00
Tim Allclair
49f50484b8
Delete duplicate resource.Quantity.Copy()
2019-08-19 17:23:14 -07:00
Haowei Cai
c8cd0bcd0e
accept dial timeout in webhook e2e
2019-08-19 15:39:42 -07:00
Hemant Kumar
f5175d9f76
Fix e2e for block volume expansion
2019-08-19 17:50:14 -04:00
jennybuckley
87eabcdbfa
Group update managedFieldsEntries by manager name
2019-08-19 13:50:15 -07:00
Masaki Kimura
2be543d879
Add messages for framework.Expect* in volumeMode tests
2019-08-19 16:39:17 +00:00
Masaki Kimura
00456d0a11
Speed up block volume e2e test by checking events
2019-08-19 16:39:11 +00:00
Masaki Kimura
04300826fd
Rename WaitTimeoutForPodEvent to WaitTimeoutForEvent and move it to common/events.go
2019-08-19 16:11:30 +00:00
Kubernetes Prow Robot
091a5dc53b
Merge pull request #81314 from jpbetz/crd-test-image
...
Upgrade ConversionReview e2e test image to also support v1
2019-08-17 19:08:04 -07:00
Kubernetes Prow Robot
f12a40df19
Merge pull request #81547 from BenTheElder/typecheck-cleanup
...
typecheck cleanup
2019-08-17 16:44:04 -07:00
Jordan Liggitt
0999bae14c
Use v1 admissionregistration APIs in e2e
2019-08-17 16:45:43 -04:00
Kubernetes Prow Robot
3f00331452
Merge pull request #80944 from apelisse/add-update-bench
...
Add benchmark for updates and get with/without server-side apply
2019-08-17 13:30:06 -07:00
Joe Betz
3f519b0ee2
Upgrade ConversionReview e2e test image to also support v1
2019-08-17 10:28:39 -07:00
Odin Ugedal
4f31d322a4
Fix GCE typo in test output
2019-08-17 13:11:19 +02:00
Kubernetes Prow Robot
fb64b76036
Merge pull request #81008 from bclau/test-images/agnhost-enhancements
...
test images: Adds version and bind-tools to agnhost
2019-08-17 02:42:07 -07:00
Benjamin Elder
6b038f3d1e
swap BenTheElder for rmmh in typecheck / go-srcimporter reviewers
2019-08-17 00:33:24 -07:00
Benjamin Elder
f1a7e78d4b
remove unnecessary ignore
2019-08-17 00:22:48 -07:00
Kubernetes Prow Robot
732b8ca58c
Merge pull request #81535 from spiffxp/mv-resource-tracking-tests-out-of-release-blocking
...
Demote regular resource tracking tests from release-blocking
2019-08-16 21:44:35 -07:00
Kubernetes Prow Robot
5b685ffd27
Merge pull request #81472 from damemi/taint-toleration-80922
...
Taints and tolerations e2e test re-work
2019-08-16 21:44:21 -07:00
Kubernetes Prow Robot
ef397e5b36
Merge pull request #79604 from liggitt/crd-v1
...
promote CRD to v1
2019-08-16 21:44:08 -07:00
Kubernetes Prow Robot
6b50f1ae38
Merge pull request #81514 from liggitt/agnhost-cleanup
...
Delete agnhost binary
2019-08-16 19:10:35 -07:00
Kubernetes Prow Robot
654df1da15
Merge pull request #81470 from ethan-daocloud/patch-10
...
cleanup: fix typos in error message in e2e test
2019-08-16 19:10:07 -07:00
Kubernetes Prow Robot
73b66e8ccb
Merge pull request #81207 from ahmad-diaa/flatten-sched-struct
...
Flatten Scheduler Struct
2019-08-16 17:02:54 -07:00
Kubernetes Prow Robot
e319abf274
Merge pull request #81163 from jsafrane/skip-unused-volumes
...
Skip unused volumes in VolumeManager
2019-08-16 17:02:36 -07:00
Matthew Wong
9da84cfbdf
Bump nfs-provisioner to include GetReference fix
2019-08-16 16:54:08 -07:00
Aaron Crickenberger
194e91bd17
Demote HPA tests from release-blocking
...
Add a Feature:HPA tag to these tests so they're not picked up by
the release-blocking job that focuses on [Serial] tests (but
excludes [Feature:.*] tests)
They take a combined 70 minutes on average. If they really need
to be in release-blocking as implemented, we should consider a
separate job to focus just on this feature.
2019-08-16 16:53:34 -07:00
Aaron Crickenberger
79cff6cd10
Demote regular resource tracking tests from release-blocking
...
Add a Feature:RegularResourceUsageTracking tag to these tests so
they're not picked up by the release-blocking job that focuses
on [Serial] tests (but excludes [Feature:.*] tests)
They take a combined 65 minutes on average. If they really need
to be in release-blocking as implemented, we should consider a
separate job to focus just on this feature.
2019-08-16 16:26:28 -07:00
Antoine Pelisse
4de7b6ddfb
Add benchmark for updates and get with/without server-side apply
2019-08-16 15:18:22 -07:00
Kubernetes Prow Robot
8f0d626228
Merge pull request #81375 from msau42/reduce-storage-e2es
...
Skip preprovisioned and inline volume tests if driver supports dynamic provisioning
2019-08-16 10:26:24 -07:00
Jordan Liggitt
fec2d3717a
CRD v1: require schema
2019-08-16 13:13:39 -04:00
Kenichi Omichi
c76291b8d3
Move HandleFlags to e2e package
...
HandleFlags() was used at e2e package and it depends on sub e2e
framework "config" in core e2e framework. That was invalid dependency.
So this moves HandleFlags() to e2e package for simple dependency.
2019-08-16 16:43:50 +00:00
Mayank Gaikwad
78741f149a
Modify dns e2e to individualise GCE specific dns checks into seperate e2e
2019-08-16 22:12:29 +05:30
Jordan Liggitt
8ae7696028
ignore agnhost binary
2019-08-16 10:54:44 -04:00
Jordan Liggitt
145882dfda
Delete agnhost binary
2019-08-16 10:21:25 -04:00
Kubernetes Prow Robot
1955467f9d
Merge pull request #80117 from j-griffith/cloning_e2e_tests
...
Add e2e tests for CSI PVCDataSources
2019-08-16 06:44:31 -07:00
Ahmad Diaa
61ab77ef7a
use factory.Config fields directly in scheduler struct
2019-08-16 15:21:28 +02:00
Kubernetes Prow Robot
e283836fb2
Merge pull request #81489 from BenTheElder/go-1.12.9
...
update go to 1.12.9
2019-08-16 03:32:44 -07:00
Kubernetes Prow Robot
bb55368fc6
Merge pull request #81478 from oomichi/move-ConfirmStatefulPodCount
...
Move ConfirmStatefulPodCount to e2e test
2019-08-16 03:32:31 -07:00
Dave Chen
129fa77aae
Initialize flags to support extra flags
...
Signed-off-by: Dave Chen <dave.chen@arm.com >
2019-08-16 14:05:21 +08:00
Yongli Chen
b158098401
replace ping with connect in msg
2019-08-15 20:44:55 -07:00
Yongli Chen
68e553ae6c
use agnhost image
...
add back ServeHostnameImage
2019-08-15 20:40:07 -07:00
Benjamin Elder
54c6744f8c
update go to 1.12.9
2019-08-15 17:37:06 -07:00
Kenichi Omichi
5e1743cfb1
Add log.go back to core of e2e test framework
...
We tried to separate logger functionality as subpackage of e2e test
framework, but we've recognized that should be core functionality
and we should keep it as core of e2e test framework after facing
circular dependency issues.
So this adds log.go back to core of e2e test framework. In addition,
this makes volume sub package use the core logger as a sample.
2019-08-16 00:06:04 +00:00
Michelle Au
62f0b7df7b
Disable kubelet restart tests for file volmode
...
Change-Id: I016cba4aba11d6e8574d4bc2d1f26284a068e562
2019-08-15 15:08:14 -07:00
Michelle Au
33c213577e
Skip preprovisioned and inline volume tests if driver supports dynamic provisioning.
...
Also remove FS VolMode disruptive tests because they are already covered
through the subpath disruptive test cases.
Change-Id: Ice4b30b0d8fdcb1f7fd61e54d27f53557de9f13a
2019-08-15 15:07:47 -07:00
j-griffith
47facf91b9
Add e2e tests for CSI PVCDataSources
...
address unit test comments
2019-08-15 13:25:10 -06:00