Skip to content

Commit

Permalink
Add missing topology_prefix option in the configuration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jan 18, 2025
1 parent 8bccc24 commit 85bdaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reframe/schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
"target_systems": {"$ref": "#/defs/system_ref"},
"table_format": {"enum": ["csv", "plain", "pretty"]},
"timestamp_dirs": {"type": "string"},
"topology_prefix": {"type": "string"},
"trap_job_errors": {"type": "boolean"},
"unload_modules": {"$ref": "#/defs/modules_list"},
"use_login_shell": {"type": "boolean"},
Expand Down

0 comments on commit 85bdaf3

Please sign in to comment.