Files
gitlab-foss/danger/stable_branch_patch/Dangerfile
2025-03-26 12:11:45 +00:00

15 lines
511 B
Ruby

# frozen_string_literal: true
if stable_branch.encourage_package_and_qa_execution?
markdown(<<~MARKDOWN)
## `e2e:test-on-omnibus-ee`
**@#{helper.mr_author}, the `e2e:test-on-omnibus-ee` job must complete before merging this merge request.***
If the `e2e:test-on-omnibus-ee` pipeline fails and you're unable to diagnose the issue, request assistance in the
`#s_developer_experience` Slack channel to confirm that the failures are unrelated to the merge request.
MARKDOWN
end
stable_branch.check!