Skip to content

Commit 750c96c

Browse files
committed
Add 'key_results' section to test_config
1 parent 2e612d8 commit 750c96c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/pavilion/test_config/file_format.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,12 @@ class TestConfigLoader(yc.YamlConfigLoader):
858858
"strings). Other result values (including those "
859859
"from result parsers and other evaluations are "
860860
"available to reference as variables."),
861+
yc.ListElem(
862+
'key_results',
863+
sub_elem=yc.StrElem(),
864+
help_text="The list of result keys that should be considered "
865+
"'key results'. These results appear automatically "
866+
"when running 'pav results'.")
861867
ModuleWrapperCatElem(
862868
'module_wrappers',
863869
help_text="Whenever the given module[/version] is asked for in the 'build.modules' "

0 commit comments

Comments
 (0)