Dennis Periquet
Dennis Periquet
Related to [TRT-238](https://issues.redhat.com//browse/TRT-238) We look at information from tracked resources (pods and events) that can be used to tell if we should suppress an alert related failure.
I believe pod resource maps are saved by this time when we look at alerts. Let's prove or disprove it.
To include events that fall between 2022-06-10T15:56:12Z and 2022-06-10T15:59:17Z do this: ``` ./openshift-tests timeline -f e2e-timelines_everything_20220610-152657.json \ --type everything \ --from-date 2022-06-10T15:56:12Z \ --to-date 2022-06-10T15:59:17Z > out.html ```
Regarding [TRT-238](https://issues.redhat.com/browse/TRT-238) * If we see KubePodNotReady alert firing and the associated pod suffered from an imagePullBackoff event within the last 10 minutes, we flake on the alert test. *...
TODO: - [ ] Ensure metal sdn test does not have disruption (or we can avoid running this on metal) Hit an endpoint (on a VM behind a load-balancer in...
Hit an endpoint (on a VM behind a load-balancer in azure) to test azure connectivity during test runs in a way that (attempts to) mimic pods in an Openshift cluster....
Let see if I can run a single test on a draft PR. This PR is just here to let me create PRPQRs to run tests on any changes in...
For this test: `[bz-%v] clusteroperator/%v should not change condition/Available]`: * For non-upgrade jobs, fail when operator goes to Available=False * For upgrade-jobs, fail when operator goes to Available=False unless it's...
## disruptions Information There were (`68`) added jobs and (`80`) were removed. ### Comparisons were above allowed leeway of `30.00%` Note: For P99, disruptions had `285` jobs increased and `728`...
/hold This is just a PR used to try PRPQR method to launch single job. DO NOT MERGE