summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CC/test/EXPRESSIONS6
-rw-r--r--CC/test/RULES5
-rw-r--r--shell/test/RULES10
3 files changed, 21 insertions, 0 deletions
diff --git a/CC/test/EXPRESSIONS b/CC/test/EXPRESSIONS
index 368d53e..b0a7f2b 100644
--- a/CC/test/EXPRESSIONS
+++ b/CC/test/EXPRESSIONS
@@ -10,6 +10,7 @@
, "HOST_ARCH"
, "TARGET_ARCH"
, "ARCH_DISPATCH"
+ , "TEST_SUMMARY_EXECUTION_PROPERTIES"
, "CC"
, "CXX"
, "CFLAGS"
@@ -280,6 +281,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"
diff --git a/CC/test/RULES b/CC/test/RULES
index 057d3da..7444551 100644
--- a/CC/test/RULES
+++ b/CC/test/RULES
@@ -27,6 +27,7 @@
, "CC_TEST_LAUNCHER"
, "RUNS_PER_TEST"
, "ARCH_DISPATCH"
+ , "TEST_SUMMARY_EXECUTION_PROPERTIES"
]
, "implicit":
{ "defaults": [["./", "..", "defaults"]]
@@ -130,6 +131,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."
+ ]
}
, "artifacts_doc":
[ "result: the result of this test (\"PASS\" or \"FAIL\"); useful for"
diff --git a/shell/test/RULES b/shell/test/RULES
index 6539622..af18828 100644
--- a/shell/test/RULES
+++ b/shell/test/RULES
@@ -10,6 +10,7 @@
, "TIMEOUT_SCALE"
, "TARGET_ARCH"
, "ARCH_DISPATCH"
+ , "TEST_SUMMARY_EXECUTION_PROPERTIES"
]
, "field_doc":
{ "test":
@@ -78,6 +79,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":
@@ -212,6 +217,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"