Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ekouts committed Apr 16, 2024
1 parent fcdb1ab commit 2de71e0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions reframe/schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,21 +351,6 @@
"required": ["name"],
"additionalProperties": false
}
},
"env_resources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {"type": "string"},
"options": {
"type": "array",
"items": {"type": "string"}
}
},
"required": ["name"],
"additionalProperties": false
}
}
},
"required": ["name", "scheduler", "launcher"],
Expand Down Expand Up @@ -641,8 +626,6 @@
"systems/partitions/features": [],
"systems/partitions/resources": [],
"systems/partitions/resources/options": [],
"systems/partitions/env_resources": [],
"systems/partitions/env_resources/options": [],
"systems/partitions/modules": [],
"systems/partitions/env_vars": [],
"systems/partitions/variables": [],
Expand Down

0 comments on commit 2de71e0

Please sign in to comment.