diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-05 17:34:56 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-05 17:34:56 +0200 |
commit | 9e0582bea2f6f4177a7a656dafd64607383618eb (patch) | |
tree | f60a1a4a783919ed2fdddbf89a8645eedc6e07b2 /rules/shell/test | |
parent | 17012ed56b6af89ff11c36479fedb3d99420fc4a (diff) | |
parent | 50cdd0a2340d5b2bf5bafd7465e0224d9e241229 (diff) | |
download | rules-cc-9e0582bea2f6f4177a7a656dafd64607383618eb.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/shell/test')
-rw-r--r-- | rules/shell/test/RULES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/shell/test/RULES b/rules/shell/test/RULES index 7a7aebd..4b72d10 100644 --- a/rules/shell/test/RULES +++ b/rules/shell/test/RULES @@ -10,6 +10,7 @@ , "TIMEOUT_SCALE" , "TARGET_ARCH" , "ARCH_DISPATCH" + , "TEST_SUMMARY_EXECUTION_PROPERTIES" ] , "field_doc": { "test": @@ -82,6 +83,10 @@ , "the specified execution properties (i.e., on the target architecture);" , "all building will be done on the host architecture." ] + , "TEST_SUMMARY_EXECUTION_PROPERTIES": + [ "Additional remote-execution properties for the test-summarizing action" + , "in case RUNS_PER_TEST is set; defaults to the empty map." + ] } , "tainted": ["test"] , "artifacts_doc": @@ -216,6 +221,11 @@ , "outs": ["stdout", "stderr", "result", "time-start", "time-stop"] , "cmd": ["./summarizer"] + , "execution properties": + { "type": "var" + , "name": "TEST_SUMMARY_EXECUTION_PROPERTIES" + , "default": {"type": "empty_map"} + } } ] , [ "artifacts" |