distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Correct the contents of the `b0.72` `jenkins/branch.name` file #3432

Closed webbnh closed 1 year ago

webbnh commented 1 year ago

When the b0.72 branch was created, the contents of the jenkins/branch.name file was never changed from 'main'. This PR properly sets it to 'b0.72'.

Note that this affects which versions (tags) of containers are used for testing, etc.

PBENCH-1160