Skip to content

Don't attempt to track deployments for stable versions

Robert Speicher requested to merge rs-autodeploy-sentry-tracker into master

What does this MR do?

Resolves https://sentry.gitlab.net/gitlab/release-tools/issues/2855313/?referrer=slack

Previously this worked because Qa::Ref#ref would just return the given version if it didn't match an auto-deploy version. With us now using AutoDeploy::Version, a non-auto-deploy version will raise an exception.

We don't need to track deploys of stable releases in Sentry; we don't even have the release environment there.

Author Check-list

  • [-] Has documentation been updated?

Merge request reports

Loading