origin
origin copied to clipboard
Conformance test suite for OpenShift
Multi-arch compute clusters have an issue where the cluster version's image ref is single arch, so this change resolves the image ref without spinning up a pod.
It's been a long time since we disabled these tests on AWS. I have been running the http2 tests on AWS all week and I haven't run into the issue...
## disruptions Information There were (`304`) added jobs and (`204`) were removed. ### Comparisons were above allowed leeway of `30.00%` Note: For P99, disruptions had `482` jobs increased and `760`...
- Restore the tests looking for excess single-second disruptions - Remove several uses of legacy string locators
Fixes for pull-ci-openshift-cluster-network-operator-master-e2e-vsphere-ovn-dualstack-primaryv6 Grep all the e2e logs with the malformed IPv6 regex ``` rg -o '.{0,20}https?://(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])).{0,20}' ``` ``` FIRST.example.com' http://fd65:10:128:3::331/Letter\n+ code=0 FIRST.example.com' http://fd65:10:128:3::334/Letter\n+ code=0 4ck.apps.veto.test' http://fd65:10:128:4::41b/Letter\n+ code=0 FIRST.example.com' "http://fd65:10:128:3::331/Letter"...
This PR adds a monitor test that checks all `openshift` prefixed namespaces and requires that all 3 PSa labels are defined.
There's a statefulset test that does: - create a pod that binds hostport 21017 - create a StatefulSet that also binds that hostport - ensure that the StatefulSet can't be...