Russell Zaleski
Russell Zaleski
Adding this as a tracking for issues that were hit while getting Observatorium to work on an OpenShift cluster and not just using Kind. Based off using configuration/examples/dev files 1)...
I ran two sets of node-density light tests back to back. I did not have CLEANUP_WHEN_FINISHED set to true however CLEANUP is set to true. On the second run I...
When running the router test it has been periodically failing with the following error: ``` ... Indexing documents in router-test-results 10-09-2021T18:56:46 Sleeping for 6s before next test 10-09-2021T18:56:52 Generating config...
We are blinding removing the openshift-operators-redhat namespace during install/cleanup. This is bad practice as it may being used by other RH operators and could result in future problems. We should...
When deploying the cluster logging for the first time it will sometimes result in an error for missing the ClusterLogging and ClusterLogForwarder. ``` Mon 29 Mar 2021 10:49:00 AM UTC:...
The uperf result doc that gets created in google does not explicitly say what test it is for. When searching through previous tests this makes it very difficult to quickly...
During a e2e test we assume the kubectl, oc, etc packages are at a suitable version. This can lead to errors and wasted time debugging and fixing. We should add...
### Description Updating the OpenShift scale workload to actually utilize the timeout variable it was able to take as well as add an additional check before completion that we are...
Spawning this issue from https://github.com/cloud-bulldozer/benchmark-wrapper/pull/261 which was caused because we did not test on anything outside of openshift (ie VMs, etc). We currently do not have a method of CI...
When looking to utilize run_snafu for the first time there is no documentation on how to actually run any of the exiting benchmarks. There is some information in the building...