Commit Graph

59 Commits

Author SHA1 Message Date
Peter Rifel d7c454a879
Remove skip regex from untested k8s versions 2024-02-19 20:11:12 -06:00
Mahamed Ali 2cd79934d5
set num-nodes flag automatically (#16176)
Co-authored-by: upodroid <upodroid@users.noreply.github.com>
2024-01-20 15:42:16 +01:00
Aaron U'Ren 665c677235
skip_regex.go: kube-router add back in service afinity test 2023-12-21 17:53:31 -06:00
Aaron U'Ren 1c16117d1e
kube-router: skip 1.28 tests that fail consistently 2023-12-02 12:08:50 -06:00
Peter Rifel 5ae2b972a3
Skip hostname test in DigitalOcean 2023-11-30 22:13:59 -06:00
Peter Rifel de8b406793
Skip UDP LoadBalancer test on k8s 1.26 2023-08-25 20:39:34 -05:00
Peter Rifel ff799a3102
Continue skipping SCTP HostPort tests in older k8s versions
After no longer skipping these in kops 1.28, the e2e tests began failing again.

It turns out cilium doesn't enable SCTP support by default, it is guarded by a `enable-sctp` config boolean.
In k8s 1.27 the test was also renamed and added [Serial], so it is still being skipped on k8s 1.27+ test jobs
2023-08-20 19:56:34 -05:00
Ciprian Hacman 7783e6254c Skip failing ProxyTerminatingEndpoints test 2023-08-17 08:42:23 +03:00
Ciprian Hacman b8594e4c21 gce: Skip failing Cilium test 2023-08-16 07:46:55 +03:00
John Gardiner Myers 4e997e98b1 Trim e2e skip regexes for Cilium 2023-08-07 20:32:38 -07:00
John Gardiner Myers be9325aac2 Skip ssh-to-all-nodes test in private topology 2023-07-20 17:26:50 -07:00
Peter Rifel 1b481aa5b9
Continue skipping SCTP tests for cilium until we upgrade to 1.13 2023-07-19 07:15:50 -05:00
John Gardiner Myers 0dfac69d83 Remove support for Weave networking 2023-06-22 23:03:24 -07:00
Ciprian Hacman f9e3ed35e1 Reduce the list of skipped e2e test for Cilium 2023-05-25 11:07:29 +03:00
Ciprian Hacman 64d1db1fda Fix kube-router tests 2023-05-20 09:49:11 +03:00
Peter Rifel a4e94d5487
Skip multiple-port multiple-endpointslice e2e test with Cilium
This job is failing, skipping until we're upgraded to 1.13 to see if that fixes the failing test
2023-03-16 22:48:29 -05:00
Peter Rifel 42657e8196
Skip new endpoint port/protocol e2e test on cilium 2023-03-16 17:01:55 -05:00
John Gardiner Myers 235aa61594 v1alpha3: move networking fields under networking 2022-12-02 19:19:59 -08:00
John Gardiner Myers 76f71512cc v1alpha3: fix miscellaneous capitalization 2022-11-28 21:37:21 -08:00
Ciprian Hacman d29812fc6e Replace fi.Bool/Float*/Int*/StringValue() with fi.ValueOf 2022-11-19 03:45:23 +02:00
Antonio Ojea d242e2386c
skip Loadbalancer UDP tests
// All the loadbalancer tests in the suite fail on IPv6, however,
	// they were skipped because they were tagged as [Slow]
	// skip these tests temporary since they fail always on IPv6
	// TODO: aojea
2022-11-18 16:54:46 +00:00
John Gardiner Myers bcb48c60de Skip the SSH-to-nodes test in private topology 2022-11-11 12:59:49 -08:00
Ole Markus With f159bb65de Skip tests related to metadata concealment on GCE k8s <= 1.23 2022-08-24 09:27:25 +02:00
Ciprian Hacman 39ce310a06 Skip RuntimeClass tests for GCE 2022-08-17 07:34:42 +03:00
Ole Markus With 04581c3ae2 Fix more e2e skips 2022-08-13 19:08:16 +02:00
Ole Markus With 26024672b8 Use semver for skipregex ifs instead of strings.Contains 2022-08-10 15:28:31 +02:00
Ole Markus With cfc4e504d0 Skip testing the in-tree aws-ebs driver if CSI driver is enabled 2022-08-10 13:41:03 +02:00
Ole Markus With cd584a03fa Skip known failing cilium e2e test 2022-06-19 18:50:26 +02:00
Peter Rifel a7ffd8dc04
Skip in-tree volume limits test 2022-05-08 18:59:50 -05:00
Ciprian Hacman 178cf89324 Don't install nfs-common/nfs-utils by default 2022-05-03 04:29:23 +03:00
Peter Rifel 6f0f0a9153
Skip SCTP tests in k8s 1.25 as well 2022-04-21 17:21:32 -05:00
Peter Rifel 50469d9955
Skip topology hints tests in k8s 1.23 2022-04-19 22:30:11 -05:00
Ole Markus With 9d62968919 Skip expected failure on cilium 1.11 2022-03-29 19:22:10 +02:00
John Gardiner Myers cac727c357 Make cloudProvider a struct in v1alpha3 API 2022-03-02 21:59:49 -08:00
Kubernetes Prow Robot 681b5006d6
Merge pull request #13008 from olemarkus/skip-sctp-check
Skip SCTP check for all versions of k8s 1.23/1.24
2021-12-20 00:31:25 -08:00
Ole Markus With 244aadd4fb Skip SCTP check for all versions of k8s 1.23/1.24 2021-12-20 08:50:18 +01:00
Ciprian Hacman 1e565d8d83 Skip RuntimeClass tests for older Kubernetes versions 2021-12-19 21:38:52 +02:00
Ciprian Hacman 2cb6e0e0d4 Do not skip RuntimeClass tests 2021-12-15 16:39:41 +02:00
Ciprian Hacman c177ab09c2 Do not skip HPA tests 2021-12-15 10:21:22 +02:00
Kubernetes Prow Robot 8aed137a50
Merge pull request #12960 from hakman/unskip_calico_nodeport
Do not skip NodePort tests for Calico
2021-12-14 06:37:48 -08:00
Ciprian Hacman 8a6ac67739 Do not skip NodePort tests for Calico 2021-12-14 10:29:20 +02:00
Ciprian Hacman 07ae296531 Do not explicitly skip Dashboard tests 2021-12-14 10:27:55 +02:00
Ciprian Hacman 133177f0c1 Skip IPv6 LB test in the k/s e2e 2021-12-13 15:56:19 +02:00
Peter Rifel 75a6866f40
Skip e2e tests that can't be configured with the required topology keys 2021-12-01 13:10:46 -06:00
Peter Rifel 0beadefb7d
Skip SCTP test on cilium clusters in k8s 1.24 as well 2021-11-25 20:42:52 -08:00
Peter Rifel eeda5f927d
Skip load balancer test in IPv6 clusters 2021-09-30 15:41:47 -05:00
Peter Rifel 08ad2c6765
Skip certain e2e tests in GCE
These tests will never work with how kOps configures GCE clusters, so skip them for now
2021-09-27 22:28:54 -05:00
Peter Rifel cf16b4a6bf
Fix version check in cilium SCTP test skipping 2021-09-19 09:12:05 -05:00
Peter Rifel 8d14376708
Skip SCTP e2e tests on cilium + k8s 1.23 2021-09-17 19:30:20 -05:00
Peter Rifel 11e3571263
Fix MetricsGrabber skip regex condition
The release/latest version marker will stay on 1.23.0-alpha.0 until another 1.23 pre-release is tagged which isnt for a while.
This will skip the MetricsGrabber test for that tag which has been fixed in master. Once a new 1.23 pre-release has been tagged we can remove this.

Alternatively we migrate all jobs off of the release/latest version marker since it isn't particularly valuable.
2021-08-16 22:20:14 -05:00