Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci_runner_config.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af1bcfcb183a205cdce30b7eb6f8ce624d6de324 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "CI Runner config values",
  "type": "object",
  "properties": {
    "gpus": { "type": "string" }
  },
  "additionalProperties": false
}