Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-15 15:08:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-15 15:08:47 +0300
commit717436a767395d0ed850a16d07f19cd51c3d4551 (patch)
tree5c2d69721710081da88c8dcf097813e2f40c062c /spec/support
parent5a14a0fe63ac7dace9821be554ad3b3951529708 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/formatters/json_formatter.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/formatters/json_formatter.rb b/spec/support/formatters/json_formatter.rb
index 9ca1a538293..10af5445b7a 100644
--- a/spec/support/formatters/json_formatter.rb
+++ b/spec/support/formatters/json_formatter.rb
@@ -73,7 +73,8 @@ module Support
screenshot: example.metadata[:screenshot],
product_group: example.metadata[:product_group],
feature_category: example.metadata[:feature_category],
- ci_job_url: ENV['CI_JOB_URL']
+ ci_job_url: ENV['CI_JOB_URL'],
+ retry_attempts: example.metadata[:retry_attempts]
}
end