summaryrefslogtreecommitdiff
path: root/app/validators
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-26 21:10:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-26 21:10:49 +0000
commit84d72a5660ac1f3c55026b8781152a9bcbe13fa2 (patch)
tree34e4bbdcbb91f6c67f99f5f69b52be140f9c8763 /app/validators
parent4c47bc5ec6420ab3a4ef629010e89de45b2776b9 (diff)
downloadgitlab-ce-84d72a5660ac1f3c55026b8781152a9bcbe13fa2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators')
-rw-r--r--app/validators/json_schemas/ci_runner_config.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/validators/json_schemas/ci_runner_config.json b/app/validators/json_schemas/ci_runner_config.json
new file mode 100644
index 00000000000..af1bcfcb183
--- /dev/null
+++ b/app/validators/json_schemas/ci_runner_config.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "description": "CI Runner config values",
+ "type": "object",
+ "properties": {
+ "gpus": { "type": "string" }
+ },
+ "additionalProperties": false
+}