Skip to content
Commits on Source (4)
......@@ -44,11 +44,11 @@ module GitlabQuality
pipeline = Runtime::Env.pipeline_from_project_name
channel = case pipeline
when "canary"
"qa-production"
when "staging-canary"
"qa-staging"
"e2e-run-production"
when "staging", "staging-canary"
"e2e-run-staging"
else
"qa-#{pipeline}"
"e2e-run-#{pipeline}"
end
slack_options = {
......