gitlab gitlab-org/quality/performance 1.2.1

latest releases: 2.14.0, 2.13.0, 2.12.2...
4 years ago

GPT v1.2.1 has been released! This is a minor release with a few bug fixes and improvements:

  • We identified an issue with the Git Push test triggering pipelines on latest code as Sidekiq was still processing queues from the test after the fact. To prevent this we've added in a check to the test so it only finishes when Sidekiq does. (!127)
  • The Tool now excludes unsafe tests (ones that make http POST, PUT, DELETE or PATCH requests) by default. This is an improvement to the previous read-only functionality where users had to opt out of these running. To run these tests you now have to specify the --unsafe flag. (!127)

Upgrade Notes:

  • The --read-only flag has been replaced by the --unsafe flag. Refer to the docs for more info.

Docker Release Links:

Don't miss a new performance release

NewReleases is sending notifications on new releases.