Skip to content
代码片段 群组 项目
提交 1a8c4605 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: Sanad Liaquat
浏览文件

Enable failed jobs reporting in slack notifications

上级 6d9f09f8
No related branches found
No related tags found
无相关合并请求
...@@ -14,7 +14,7 @@ include: ...@@ -14,7 +14,7 @@ include:
gitlab_auth_token_variable_name: "PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGE" gitlab_auth_token_variable_name: "PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGE"
allure_job_name: "${QA_RUN_TYPE}" allure_job_name: "${QA_RUN_TYPE}"
- project: gitlab-org/quality/pipeline-common - project: gitlab-org/quality/pipeline-common
ref: 8.0.0 ref: 8.1.0
file: file:
- /ci/base.gitlab-ci.yml - /ci/base.gitlab-ci.yml
- /ci/knapsack-report.yml - /ci/knapsack-report.yml
...@@ -166,6 +166,7 @@ stages: ...@@ -166,6 +166,7 @@ stages:
stage: notify stage: notify
variables: variables:
QA_RSPEC_XML_FILE_PATTERN: "${CI_PROJECT_DIR}/gitlab-qa-run-*/**/rspec-*.xml" QA_RSPEC_XML_FILE_PATTERN: "${CI_PROJECT_DIR}/gitlab-qa-run-*/**/rspec-*.xml"
GITLAB_API_TOKEN: $PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGE
SLACK_ICON_EMOJI: ci_failing SLACK_ICON_EMOJI: ci_failing
STATUS_SYM: ☠️ STATUS_SYM: ☠️
STATUS: failed STATUS: failed
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'gitlab-qa', '~> 13', require: 'gitlab/qa' gem 'gitlab-qa', '~> 13', require: 'gitlab/qa'
gem 'gitlab_quality-test_tooling', '~> 1.8.1', require: false gem 'gitlab_quality-test_tooling', '~> 1.9.0', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.0.8' # This should stay in sync with the root's Gemfile gem 'activesupport', '~> 7.0.8' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.23.0' gem 'allure-rspec', '~> 2.23.0'
......
...@@ -132,7 +132,7 @@ GEM ...@@ -132,7 +132,7 @@ GEM
rainbow (>= 3, < 4) rainbow (>= 3, < 4)
table_print (= 1.5.7) table_print (= 1.5.7)
zeitwerk (>= 2, < 3) zeitwerk (>= 2, < 3)
gitlab_quality-test_tooling (1.8.1) gitlab_quality-test_tooling (1.9.0)
activesupport (>= 6.1, < 7.2) activesupport (>= 6.1, < 7.2)
amatch (~> 0.4.1) amatch (~> 0.4.1)
gitlab (~> 4.19) gitlab (~> 4.19)
...@@ -365,7 +365,7 @@ DEPENDENCIES ...@@ -365,7 +365,7 @@ DEPENDENCIES
fog-google (~> 1.19) fog-google (~> 1.19)
gitlab-qa (~> 13) gitlab-qa (~> 13)
gitlab-utils! gitlab-utils!
gitlab_quality-test_tooling (~> 1.8.1) gitlab_quality-test_tooling (~> 1.9.0)
influxdb-client (~> 3.0) influxdb-client (~> 3.0)
knapsack (~> 4.0) knapsack (~> 4.0)
nokogiri (~> 1.15, >= 1.15.5) nokogiri (~> 1.15, >= 1.15.5)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册