Skip to content

Add logging for preparation branch creation and failure

Robert Speicher requested to merge rs-prep-branch-logging into master

While this does not resolve https://gitlab.com/gitlab-org/release-tools/issues/375, it should add some valuable logging to help us uncover what's happening.

b6bf1fef - Fix false positive Branch specs

We had a few tests around branch creation that had VCR fixtures, but which were not using the without_dry_run helper, so those fixtures were never actually being used.

Had they been used, we would have discovered that they were using the gitlab-foss project path (through a global find/replace in 85235d61) when they should have still been using the gitlab path.

49281bd0 - Add logging for preparation branch creation and failure

Edited by Robert Speicher

Merge request reports