Skip to content
代码片段 群组 项目
提交 e5437bf0 编辑于 作者: Andy Soiron's avatar Andy Soiron
浏览文件

Merge branch 'remove-cluster-applications-report-artifact' into 'master'

Remove artifacts:reports:cluster_applications

See merge request gitlab-org/gitlab!86284
No related branches found
No related tags found
无相关合并请求
......@@ -45,7 +45,7 @@ class JobArtifact < Ci::ApplicationRecord
dotenv: '.env',
cobertura: 'cobertura-coverage.xml',
terraform: 'tfplan.json',
cluster_applications: 'gl-cluster-applications.json', # DEPRECATED: https://gitlab.com/gitlab-org/gitlab/-/issues/333441
cluster_applications: 'gl-cluster-applications.json', # DEPRECATED: https://gitlab.com/gitlab-org/gitlab/-/issues/361094
requirements: 'requirements.json',
coverage_fuzzing: 'gl-coverage-fuzzing.json',
api_fuzzing: 'gl-api-fuzzing-report.json'
......@@ -64,7 +64,7 @@ class JobArtifact < Ci::ApplicationRecord
network_referee: :gzip,
dotenv: :gzip,
cobertura: :gzip,
cluster_applications: :gzip,
cluster_applications: :gzip, # DEPRECATED: https://gitlab.com/gitlab-org/gitlab/-/issues/361094
lsif: :zip,
# Security reports and license scanning reports are raw artifacts
......
......@@ -15,7 +15,7 @@ class Reports < ::Gitlab::Config::Entry::Node
ALLOWED_KEYS =
%i[junit codequality sast secret_detection dependency_scanning container_scanning
dast performance browser_performance load_performance license_scanning metrics lsif
dotenv cobertura terraform accessibility cluster_applications
dotenv cobertura terraform accessibility
requirements coverage_fuzzing api_fuzzing cluster_image_scanning
coverage_report].freeze
......@@ -48,7 +48,6 @@ class Reports < ::Gitlab::Config::Entry::Node
validates :cobertura, array_of_strings_or_string: true
validates :terraform, array_of_strings_or_string: true
validates :accessibility, array_of_strings_or_string: true
validates :cluster_applications, array_of_strings_or_string: true # DEPRECATED: https://gitlab.com/gitlab-org/gitlab/-/issues/333441
validates :requirements, array_of_strings_or_string: true
end
......
......@@ -48,7 +48,6 @@
:cobertura | 'cobertura-coverage.xml'
:terraform | 'tfplan.json'
:accessibility | 'gl-accessibility.json'
:cluster_applications | 'gl-cluster-applications.json'
end
with_them do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册