Skip to content

Commit 73441fa

Browse files
authored
Merge pull request #3364 from vkarak/bugfix/topology-prefix-schema
[bugfix] Add missing `topology_prefix` option in the configuration schema
2 parents 8bccc24 + 85bdaf3 commit 73441fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reframe/schemas/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
"target_systems": {"$ref": "#/defs/system_ref"},
537537
"table_format": {"enum": ["csv", "plain", "pretty"]},
538538
"timestamp_dirs": {"type": "string"},
539+
"topology_prefix": {"type": "string"},
539540
"trap_job_errors": {"type": "boolean"},
540541
"unload_modules": {"$ref": "#/defs/modules_list"},
541542
"use_login_shell": {"type": "boolean"},

0 commit comments

Comments
 (0)