Commit Graph

43 Commits

Author SHA1 Message Date
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
Peter Rifel f10649f658
Stop skipping MetricsGrabber tests on CI k8s versions 2021-08-05 11:28:37 -04:00
Ciprian Hacman cf6ab7cd76 Skip GlusterFS tests 2021-08-05 07:26:24 +03:00
Peter Rifel 6c71c234b0
Also skip MetricsGrabber tests on 1.23 version marker
ci/latest is already using 1.23 alpha tags so we need to skip these tests for 1.23 until the PR is merged
2021-08-03 08:38:19 -04:00
Peter Rifel 75b00eb2b2
Temporarily skip MetricsGrabber test
The fix won't make it into 1.22.0, instead slated for 1.22.1.
To avoid additional jobs failing (those that use release/stable k8s version marker) we can ignore the test now that the issue is known and the fix is ready to be merged.
2021-08-02 20:17:11 -04:00
Peter Rifel 7d665022e3
Unconditionally reenable KMS and Volume Limit tests
Fixes for these tests have now been released in all applicable k8s version markers
2021-07-09 07:22:42 -04:00
Peter Rifel 6f00d07192
Kubetest2 - set --node-os-arch flag instead of skipping kubectl test on arm64 2021-06-27 23:16:56 -04:00
Peter Rifel 397d52d508
Escape --skip-regex pattern 2021-06-23 07:42:21 -05:00
Peter Rifel 3897799f6a
Only set default --skip-regex if it hasn't been set 2021-06-22 08:50:24 -05:00
Peter Rifel 5f13d2d945
Kubetest2 - Add --skip-regex logic
This will move the logic from build_jobs.py into kubetest2 itself.
This way we can rely on this logic from scenario scripts and other places that arent directly set by build_jobs.py.
2021-06-22 08:23:44 -05:00