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-01-16 21:10:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-16 21:10:00 +0300
commit8d68ae988d62d732523354b1892988e31c53cb54 (patch)
treead87af650dd6dd9c59bbfdcf9fb74ddf1651f1ba /app/assets/javascripts/editor
parentf0718f2099663226531b8916e14d5582eb28e453 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/editor')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index 3a6ff9bbc19..db11afbf382 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -239,6 +239,10 @@
}
]
},
+ "browser_performance": {
+ "type": "string",
+ "description": "Path to a single file with browser performance metric report(s)."
+ },
"coverage_report": {
"type": [
"object",
@@ -295,10 +299,6 @@
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with license report(s)."
},
- "performance": {
- "$ref": "#/definitions/string_file_list",
- "description": "Path to file or list of files with performance metrics report(s)."
- },
"requirements": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with requirements report(s)."