gitlab-org--gitlab-foss/app/validators/json_schemas/ci_runner_config.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
212 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "CI Runner config values",
"type": "object",
"properties": {
"gpus": { "type": "string" }
},
"additionalProperties": false
}