Kubernetes Prow Robot
|
24643fd116
|
Merge pull request #72336 from danielqsj/apimetrics
Change apiserver metrics to conform metrics guidelines
|
2019-01-17 21:40:03 -08:00 |
|
Kubernetes Prow Robot
|
d1c713f3bc
|
Merge pull request #73040 from wojtek-t/enable_node_lease_tests
Enable NodeLease tests by default
|
2019-01-17 17:12:10 -08:00 |
|
Kubernetes Prow Robot
|
4531ce692a
|
Merge pull request #72965 from mrIncompetent/use-correct-hostname-in-conformance-tests
Use actual node hostname during test "EmptyDir Wrapper Volume, ConfigMap volumes, no race"
|
2019-01-17 13:51:56 -08:00 |
|
wojtekt
|
291d02486f
|
Enable NodeLease tests by default
|
2019-01-17 20:35:51 +01:00 |
|
Marek Counts
|
1739e343a8
|
autogen files
all the autogen files that got updated due to the changes to move logs.
|
2019-01-17 09:16:36 -05:00 |
|
Marek Counts
|
ba81a5409a
|
move logs into component-base
all the code changes to move move /apiserver/pkg/util/logs into /component-base/logs
|
2019-01-17 09:16:21 -05:00 |
|
Kubernetes Prow Robot
|
37f8ce087b
|
Merge pull request #70361 from qingsenLi/git181027
fix typo "amd"
|
2019-01-16 19:44:37 -08:00 |
|
Kubernetes Prow Robot
|
79c8ab456c
|
Merge pull request #62936 from hanxiaoshuai/bugfix0421
catch error when failed to get podList in function failureTrap
|
2019-01-16 17:15:04 -08:00 |
|
mrIncompetent
|
cf7a8935af
|
Use actual node hostname during test "EmptyDir Wrapper Volume, ConfigMap volumes, no race"
|
2019-01-16 14:39:00 +01:00 |
|
Kubernetes Prow Robot
|
06e1af74ef
|
Merge pull request #72898 from davidz627/fix/removeImpersonation
Remove client impersonantion from ClusterRole creation
|
2019-01-15 23:26:30 -08:00 |
|
Kubernetes Prow Robot
|
9e3b0a0ebc
|
Merge pull request #72930 from verult/e2e-csi-topology
CSI topology e2e - fix space in Feature tag
|
2019-01-15 22:13:04 -08:00 |
|
Kubernetes Prow Robot
|
7a8ac58756
|
Merge pull request #72924 from liggitt/remove-swagger
Remove swagger 1.2, swagger-ui
|
2019-01-15 20:19:20 -08:00 |
|
Cheng Xing
|
9864628c76
|
CSI topology e2e - fix space in Feature tag
|
2019-01-15 10:47:14 -08:00 |
|
Kubernetes Prow Robot
|
708c1ae161
|
Merge pull request #72793 from haiyanmeng/goroutine_inside_for_loop
Fix the broken for loop including goroutine
|
2019-01-15 10:35:21 -08:00 |
|
Jordan Liggitt
|
9229399bd6
|
Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config
|
2019-01-15 13:33:06 -05:00 |
|
Kubernetes Prow Robot
|
d3540b90cb
|
Merge pull request #72735 from war-turtle/cronJobTests
makes some error messages helpful in cronjob tests
|
2019-01-14 22:06:03 -08:00 |
|
Kubernetes Prow Robot
|
d2bd29fcee
|
Merge pull request #70923 from m1kola/fix_e2e_err_message
Fixes error message in e2e tests for kubectl port-forward
|
2019-01-14 14:24:01 -08:00 |
|
David Zhu
|
11fabf110e
|
Remove client impersonantion from ClusterRole creation
|
2019-01-14 14:21:49 -08:00 |
|
Kubernetes Prow Robot
|
4eddb777ed
|
Merge pull request #72830 from palash25/annotate-errs
Annotate errors in test/e2e/network/service.go
|
2019-01-14 11:35:22 -08:00 |
|
Palash Nigam
|
5c4b05eced
|
Annotate errors in test/e2e/network/service.go
Related to: #34059
Removes all occurences of the "Expect(err).NotTo(HaveOccurred())"
antipattern from the aforementioned test file.
|
2019-01-14 23:55:16 +05:30 |
|
war-turtle
|
6a2cdabed0
|
making some error messages helpful in cronjob tests
|
2019-01-14 21:33:05 +05:30 |
|
Kubernetes Prow Robot
|
35bd2a5e88
|
Merge pull request #72769 from zhuangqh/fix-ttlafterfinished-e2e-tag
Add alphaFeature tag to TTLAfterFinished e2e test
|
2019-01-14 02:39:38 -08:00 |
|
Cheng Xing
|
12ece9dacb
|
CSI topology e2e tests
|
2019-01-11 18:36:06 -08:00 |
|
haiyanmeng
|
408b5dbf59
|
Fix the broken for loop including goroutine
Currently, all the funcs in the for loop are bound to the same
testCase.
Also remove extra newline from one expected message
|
2019-01-11 14:46:24 -08:00 |
|
danielqsj
|
8b418631c0
|
Move etcd latency metrics to histogram and update test case
|
2019-01-11 20:38:24 +08:00 |
|
zhuangqh
|
8b07d925a0
|
Add alphaFeature tag to TTLAfterFinished e2e test
Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
|
2019-01-11 12:07:33 +08:00 |
|
Kubernetes Prow Robot
|
6a8ad537a7
|
Merge pull request #72688 from liggitt/token-test
Update service account token mount test
|
2019-01-10 14:42:51 -08:00 |
|
Kubernetes Prow Robot
|
0f50fdc58d
|
Merge pull request #71667 from pohly/testfiles-absolute
e2e/framework: absolute test file paths
|
2019-01-10 14:42:19 -08:00 |
|
Kubernetes Prow Robot
|
8955857998
|
Merge pull request #71199 from k-toyoda-pi/fix_node_authn_e2e_test
e2e/auth: fix NodeAuthenticator tests not working
|
2019-01-10 02:31:28 -08:00 |
|
Kubernetes Prow Robot
|
c9e1ffb0e7
|
Merge pull request #71952 from vyta/sig-windows-tests
Sig windows tests
|
2019-01-09 17:19:28 -08:00 |
|
Patrick Lang
|
9468ca420d
|
Updating README.md with fixed repo-list and --node-os-distro
|
2019-01-09 08:51:47 -08:00 |
|
Vy Ta
|
ec8151d7bb
|
Ran ./hack/update-gofmt.sh
|
2019-01-08 22:40:38 +00:00 |
|
Vy Ta
|
6ac7838a19
|
ran ./hack/update-bazel.sh
|
2019-01-08 22:39:40 +00:00 |
|
Vy Ta
|
5fe8825530
|
Adding newlines
|
2019-01-08 13:21:19 -08:00 |
|
Vy Ta
|
4bf6b670a2
|
fix bazel test
|
2019-01-08 10:45:53 -08:00 |
|
Vy Ta
|
765057765c
|
golint failure updates, and added skip check for non-windows
|
2019-01-08 10:11:35 -08:00 |
|
Patrick Lang
|
8f858afe69
|
Ran hack/update-bazel.sh
|
2019-01-08 08:49:54 -08:00 |
|
Jordan Liggitt
|
421d8649bf
|
Update service account token mount test
|
2019-01-08 11:27:51 -05:00 |
|
Kubernetes Prow Robot
|
cd507fea85
|
Merge pull request #72230 from krmayankk/verify-gid
verify gid in runasuser tests
|
2019-01-07 15:25:00 -08:00 |
|
Patrick Lang
|
084a763926
|
Maybe fix bazel build
|
2019-01-07 15:00:57 -08:00 |
|
Patrick Lang
|
210bf624ea
|
Adding OWNERS
|
2019-01-07 14:47:40 -08:00 |
|
Kubernetes Prow Robot
|
168b4563e0
|
Merge pull request #68792 from johnSchnake/68747-fallbackToInternalIP
e2e: Fallback to internal IPs when using SSH in tests
|
2019-01-07 14:11:41 -08:00 |
|
Kubernetes Prow Robot
|
5acac9b3e2
|
Merge pull request #70439 from jsafrane/worlload-test
CSI: Add test for passing Pod information in NodePublish call
|
2019-01-07 12:08:51 -08:00 |
|
Kubernetes Prow Robot
|
3724e2e5a0
|
Merge pull request #71489 from tallclair/audit-test
Split audit test cases into separate tests
|
2019-01-04 09:02:24 -08:00 |
|
Jan Safranek
|
e1556c1549
|
Fix hostpath driver name
|
2019-01-04 17:26:24 +01:00 |
|
Kubernetes Prow Robot
|
a103bddc2a
|
Merge pull request #72354 from globervinodhn/conformance-slow
Remove SLOW tag from Probing container and EmptyDir Wrapper Volume
|
2019-01-03 20:21:53 -08:00 |
|
Michelle Au
|
6279515914
|
Add e2e test for removing the subpath directory
|
2019-01-03 16:35:54 -08:00 |
|
Kubernetes Prow Robot
|
47f2f7a53a
|
Merge pull request #72410 from pohly/storage-gcepd-config-fix
e2e/storage: reset driver config in the test suite
|
2019-01-03 15:51:44 -08:00 |
|
Kubernetes Prow Robot
|
1061f31644
|
Merge pull request #71188 from taragu/readonly-test-validate-readonly-io
Add test case for validate container cannot write to readonly volumes
|
2019-01-03 15:51:23 -08:00 |
|
Tara Gu
|
fb324249c2
|
Add test case for validate container cannot write to readonly volumes
|
2019-01-03 15:24:31 -05:00 |
|