Releases: RobertKrawitz/OpenShift4-tools
Releases · RobertKrawitz/OpenShift4-tools
v1.1.3-kata-ci
- Enhancement:
- Add uuid to each record.
v1.1.2-kata-ci
- Bugfix:
- Exit correctly if command is run in a background shell
v1.1.1-kata-ci
- Bug fix:
- Correct default job runtime for uperf
v1.1.0-kata-ci
Merge the latest changes from main and start 1.1 train:
- Bug fixes:
- Allow running run-kata-perf-suite and clusterbuster using bash 4.2
- Correctly handle NaN and infinity in JSON results from pods by
converting them to null values. Previously crashed the running
job, which hung up clusterbuster.
- Error out if we weren't able to retrieve the remote timestamp rather
than hanging up.
- Further cleanup improvements
- Functionality improvements:
- Provide error messages for all forcible exits in clusterbuster.
- Print logs of failed pods to stderr.
- All CI profiles clean up namespaces by default.
- Change "scaling" to "cpusoaker" in run-kata-perf-suite.
- Internal changes:
- Separate run-kata-perf-suite and workloads in a manner similar to
clusterbuster.
v1.0.5-kata-ci
Fix issue #8 Update Prometheus token retrieval for 4.11.
v1.0.4-kata-ci
- Fix issue #7
v1.0.3-kata-ci
- Rename smoketest profile to test_ci
- Further attempts to improve robustness of cleanup
v1.0.2-kata-ci
Add perf-ci profile
v1.0.1-kata-ci
- Improve robustness of fetching prometheus timestamp
- Drop
-u
while activating/deactivating Python venv (ref. pypa/virtualenv#1342 and pypa/virtualenv#1029) - Combine status and metadata and flatten the result
v1.0.0-kata-ci
Initial release of ClusterBuster to BenchmarkRunner CI