From 9b6723844d1063459d27d3610284a5226b946cfe Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 13 Jul 2023 11:13:27 +0200 Subject: ["shell/test", "script"]: support target architecture ... provided it is specified on how to obtain a remote-execution endpoint for the given architecture; in this case, the test (script and) dependencies will be cross compiled for and run on that architecture. The actual building (as well as summarizing multiple test runs) happens on the default execution end point. --- shell/test/EXPRESSIONS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/test/EXPRESSIONS') diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS index 3ab3605..80e6cdb 100644 --- a/shell/test/EXPRESSIONS +++ b/shell/test/EXPRESSIONS @@ -9,6 +9,7 @@ , "runner" , "deps-fieldname" , "deps-transition" + , "target properties" ] , "imports": { "artifacts_list": ["./", "../..", "field_artifacts_list"] @@ -135,6 +136,7 @@ } , "timeout scaling": {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} + , "execution properties": {"type": "var", "name": "target properties"} } , "else": { "type": "ACTION" @@ -156,6 +158,7 @@ } , "timeout scaling": {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} + , "execution properties": {"type": "var", "name": "target properties"} } } } @@ -170,6 +173,7 @@ , "runner" , "deps-fieldname" , "deps-transition" + , "target properties" ] , "imports": {"action": "test-action"} , "expression": -- cgit v1.2.3