summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/ci_runner_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/validators/json_schemas/ci_runner_config.json')
-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
+}