We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e612d8 commit 750c96cCopy full SHA for 750c96c
lib/pavilion/test_config/file_format.py
@@ -858,6 +858,12 @@ class TestConfigLoader(yc.YamlConfigLoader):
858
"strings). Other result values (including those "
859
"from result parsers and other evaluations are "
860
"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'.")
867
ModuleWrapperCatElem(
868
'module_wrappers',
869
help_text="Whenever the given module[/version] is asked for in the 'build.modules' "
0 commit comments