wojtekt
cad9957f95
Remove KubeDescribe from SIGDescribe calls
2021-02-26 08:49:25 +01:00
Kubernetes Prow Robot
ca916183db
Merge pull request #99460 from wojtek-t/transfer_secrets_ownership
...
Align ownership of secret and configmap tests to sig-node
2021-02-25 13:52:56 -08:00
Kubernetes Prow Robot
5feb39fdb3
Merge pull request #99458 from wojtek-t/cleanup_describe_1
...
Replace some nested KubeDescribe calls with ginkgo.Describe
2021-02-25 08:01:25 -08:00
wojtekt
8df355b80a
Replace some nested KubeDescribe calls with ginkgo.Describe
2021-02-25 14:44:39 +01:00
wojtekt
22429ab642
Align ownership of secret and configmap tests to sig-node
2021-02-25 14:38:02 +01:00
wojtekt
7b2458ac01
Cleanup tests/e2e/common directory - part 1
2021-02-24 20:44:14 +01:00
Kubernetes Prow Robot
9a8da9ee43
Merge pull request #97619 from andrewsykim/conformance-probe-tests
...
conformance: promote container exec probe timeout tests
2021-02-23 22:56:49 -08:00
Kubernetes Prow Robot
1db189eab2
Merge pull request #99316 from zshihang/conformance
...
promote RootCAConfigMap e2e test to Conformance
2021-02-23 15:23:46 -08:00
Kubernetes Prow Robot
462dbc17aa
Merge pull request #99282 from ii/Promote-ReplicaSetScale-Test
...
Promote Read, Replace and Patch ReplicaSetScale test to Conformance +3 endpoints
2021-02-23 15:23:19 -08:00
Kubernetes Prow Robot
f499d27535
Merge pull request #99281 from ii/Promote-DeploymentScale-Test
...
Promote Read, Replace and Patch DeploymentScale test to Conformance +3 endpoints
2021-02-23 15:23:12 -08:00
Shihang Zhang
5d1774e9db
promote RootCAConfigMap e2e test to Conformance
2021-02-22 10:37:41 -08:00
Riaan Kleinhans
8faa3307ec
Promote ReplicaSetScale e2e test to Conformance
2021-02-22 04:03:17 +13:00
Mayank Kumar
2dfc7c3943
Promote RunAsGroup e2e test to Conformance
2021-02-18 21:21:29 -08:00
Riaan Kleinhans
303fd4aca2
Promote DeploymentScale e2e test to Conformance
2021-02-19 13:13:29 +13:00
wojtekt
498441448c
Minor refactor of test/e2e/common names
2021-02-15 08:16:01 +01:00
Kubernetes Prow Robot
528390348d
Merge pull request #98126 from ii/statefulset_test
...
Update: StatefulSet Replica scaling to include Patch Scale +1 endpoint
2021-02-12 09:27:09 -08:00
Riaan Kleinhans
866f658695
Update e2e patch scale statefulset test
...
Test now validates patchAppsV1NamespacedStatefulSetScale endpoint.
Update conformance metadata to include v1.21
Co-authored-by: Stephen Heywood <stephen@ii.coop >
2021-02-12 09:43:48 +13:00
Kubernetes Prow Robot
2ebd3b99ac
Merge pull request #98940 from ii/remove-conformance-metadata
...
Update conformance metadata for relocated test
2021-02-11 11:02:15 -08:00
Kubernetes Prow Robot
ab15313f1e
Merge pull request #98586 from mtaufen/said-conform
...
Promote ServiceAccountIssuerDiscovery test to conformance
2021-02-11 02:40:15 -08:00
Stephen Heywood
ee7ee85669
Update conformance metadata for relocated test
2021-02-10 13:32:58 +13:00
Stephen Heywood
c88a838282
Promote pod and service ProxyWithPath e2e test to Conformance
2021-02-09 11:50:22 +13:00
Michael Taufen
f3e223cbbc
Promote ServiceAccountIssuerDiscovery test to conformance
...
This satisfies the graduation criteria for promoting
ServiceAccountIssuerDiscovery to GA, per the KEP:
https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/1393-oidc-discovery
The test only uses GA APIs and has been passing for well
over two weeks:
https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-alpha-features&include-filter-by-regex=ServiceAccountIssuerDiscovery
2021-02-05 16:05:15 -08:00
Zach Mandeville
0f597e23aa
add ineligible_endpoints.yaml
...
This yaml contains GA endpoints currently ineligible for conformance,
along with the reason for their ineligibility and a link with
context to that reason. It's intention is to give a transparent and
community-supported way to track these endpoints.
2021-02-02 11:25:47 +13:00
Antonio Ojea
08a8e80c9f
move e2e hostport conflict test to sig-network
...
The test "validates that there is no conflict between pods with same
hostPort but different hostIP and protocol" was testing the scheduler
capability to schedule pods on the same node with hostPorts, however,
it wasn´t validating that the HostPorts was working, causing false
positives, because the pods were scheduled, but the HostPort exposed
wasn´t working.
In order to test the HostPort functionality, we have to use HostNetwork
pods, that are incompatible with Windows platforms. Also, since this
is touching both network and scheduling, there is no clear the ownership,
but sig-network is happy to adopt it.
We also add a new test for scheduling only under "scheduling", so Windows
folks can use it to test the scheduled in that platform.
2021-01-27 21:55:36 +01:00
Kubernetes Prow Robot
33ee864e92
Merge pull request #97003 from ravisantoshgudimetla/remove-scheduler-preemption-test-from-conformance
...
make hostPort match test linuxonly
2021-01-14 19:39:51 -08:00
ravisantoshgudimetla
32c2ec5ceb
conformance changes
2021-01-14 16:40:39 -05:00
Kubernetes Prow Robot
c5cc25d1cb
Merge pull request #97615 from wojtek-t/immutable_secrets_ga
...
Promote Immutable Secrets/ConfigMaps to Stable
2021-01-07 00:03:45 -08:00
Andrew Sy Kim
2242d0ffc4
test/conformance: generate testdata for adding probe exec timeout tests
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2021-01-04 10:39:01 -05:00
wojtekt
60828f36f8
Update conformance tests list
2020-12-30 16:56:08 +01:00
Riaan Kleinhans
de9dd82c54
Extend APIService e2e testing of endpoints
...
e2e test validates the following 3 extra endpoints
- readApiregistrationV1APIServiceStatus
- patchApiregistrationV1APIService
- listApiregistrationV1APIService
2020-12-18 09:25:13 +13:00
Kubernetes Prow Robot
8b2f5be319
Merge pull request #96485 from ii/promote-lifecycle-test-pod-podstatus
...
Promote Pod+PodStatus resource lifecycle test - +4 endpoint coverage
2020-11-23 11:39:01 -08:00
Kubernetes Prow Robot
1ea29cec9c
Merge pull request #96487 from ii/promote-lifecycle-test-deployment
...
Promote AppsV1Deployment resource lifecycle test - +6 endpoint coverage
2020-11-19 13:02:51 -08:00
Kubernetes Prow Robot
1df1f882c4
Merge pull request #96619 from SergeyKanzhelev/runtimeAPIConf
...
convert the runtimeclass API tests to conformance
2020-11-18 08:40:05 -08:00
Sergey Kanzhelev
5da4cf0478
convert the runtimeclass API tests to conformance
2020-11-16 21:56:57 +00:00
Stephen Heywood
e6f7fed324
Promote Deployment lifecycle e2e test to Conformance
2020-11-12 13:19:05 +13:00
Stephen Heywood
16480d8ec0
Promote Pod/PodStatus lifecycle e2e test to Conformance
2020-11-12 12:21:40 +13:00
Shihang Zhang
22ae49bb5d
Promote TokenRequest e2e test to Conformance
2020-11-06 13:51:48 -08:00
Carlos Panato
a9ff313c5b
use patch instead of replace to test the dry-run option
2020-11-03 14:27:16 +01:00
Jefftree
4d979f6f12
Remove behaviors
2020-10-29 12:05:54 -07:00
Stephen Heywood
017de540eb
Promote verify PriorityClass endpoints e2e test to Conformance
2020-10-27 12:36:28 +13:00
Stephen Heywood
995583938a
Promote Replication Controller lifecycle e2e test to Conformance
2020-10-20 12:24:52 +13:00
Stephen Heywood
d1caabdabd
Switch events conformance metadata from v1.19 to v1.20
2020-10-16 11:06:22 +13:00
Kubernetes Prow Robot
7a5b058f27
Merge pull request #95016 from Jefftree/remove-kubeconform
...
Remove kubeconform
2020-10-06 16:54:42 -07:00
Kubernetes Prow Robot
5e44d8ebaf
Merge pull request #95015 from Jefftree/bdd-remove-dependency
...
Remove dependency on behaviors for conformance walk.go
2020-10-05 13:04:19 -07:00
Ricardo Pchevuzinske Katz
ab129349ac
Change kubectl clusterinfo to non offensive words
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
2020-10-01 08:25:52 -03:00
Jefftree
6b8c8e44d8
Update bazel
2020-09-23 14:27:49 -07:00
Jefftree
88b22516ea
Remove kubeconform
2020-09-23 13:33:37 -07:00
Jefftree
fe972b8f2f
Remove dependency on behaviors for conformance generation
2020-09-23 13:28:06 -07:00
Mike Danese
d182ecc1f9
output go_binary rule directly from go_binary_conditional_pure
...
And same for go_test_conditional_pure.
Instead of aliasing. Aliases are annoying in a number of ways. This is
specifically bugging me now because they make the action graph harder to
analyze programmatically. By using aliases here, we would need to handle
potentially aliased go_binary targets and dereference to the effective
target.
The comment references an issue with `pure = select(...)` which appears
to be resolved considering this now builds.
2020-09-11 13:19:37 -07:00
Kubernetes Prow Robot
fa1a3e0f74
Merge pull request #93665 from dims/emeritus-bgrant0607
...
Move bgrant0607 to emeritus status.
2020-08-14 00:48:22 -07:00