Skip to content

Releases: elephant-graveyard/build-load

build-load release v0.3.8

27 Nov 16:01
Compare
Choose a tag to compare

Fixed issue where a nil pointer panic happened for buildruns that had no taskrun pod reference.

build-load release v0.3.7

26 Nov 20:28
Compare
Choose a tag to compare

Added preliminary CSV report support by introducing the --csv flag in the buildrun series command.

build-load release v0.3.6

25 Nov 19:33
Compare
Choose a tag to compare

Added --skip-delete flag to omit the delete of the test resources after the test.

Added clean-up of already existing test resources before starting a new test run.

Thanks to @EmilyEmily for the contribution!

build-load release v0.3.5

16 Nov 10:31
Compare
Choose a tag to compare

Fix misleading table output where times in the median column appeared to be greater than the maximum column. So far, the minimum and maximum column represented the vector with the execution times of an actual buildrun with its specific time details. The average and median columns however were constructed of calculated values. This could lead to the unusual look that an average or median of the internal processing time appeared to be greater than the maximum. Since the maximum was looked up by the fact that it had the longest total time, it could happen that the respective internal processing time was ok, however another time (e.g. build step) took very long and it therefore ended up being the slowest.

With the new version, all columns are created by calculations in order to avoid misleading interpretations of the results.

build-load release v0.3.4

09 Nov 20:21
Compare
Choose a tag to compare

Added debug option to display more technical details about the buildruns.

build-load release v0.3.3

09 Nov 13:13
Compare
Choose a tag to compare

Added flag to disable the generate service accunt option for builds.

build-load release v0.3.2

28 Oct 19:40
Compare
Choose a tag to compare

Fixed mission source revision option to overwrite the branch name of the Git source.

build-load release v0.3.1

22 Oct 20:34
Compare
Choose a tag to compare

Added new flag called namespace for the buildruns-testplan command to override the configured namespace in the test plan YAML at command line level.

build-load release v0.3.0

20 Oct 19:14
Compare
Choose a tag to compare

Reworked the command line flags in order to improve the convenience and the number of required flags. The output registry flags use shorter names now. Furthermore, the hostname and org/namespace flags are combined into one flag. Also, the strategy flag was removed and additional logic added to correctly guess the strategy based on the provided cluster build strategy flag input.

The test plan YAML uses the shipwright-io/build internal BuildSpec instead of an own configuration to be more aligned with the shipwright project.

build-load release v0.2.2

16 Oct 21:29
Compare
Choose a tag to compare

Reworked the code flow to allow the program to operate in clusters where the permissions are very limited.