diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-14 09:44:05 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-14 09:44:05 +0200 |
commit | 875296f27c7eec053a8b4f348ab6490441ef6454 (patch) | |
tree | 03bb9fa15200b9f9f1c3b98251ef2aadfddc5d07 /shell/test/EXPRESSIONS | |
parent | bdeabd1b99600bd8bdd1c002dc73e7863b23d0d3 (diff) | |
parent | 9b6723844d1063459d27d3610284a5226b946cfe (diff) | |
download | rules-cc-875296f27c7eec053a8b4f348ab6490441ef6454.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'shell/test/EXPRESSIONS')
-rw-r--r-- | shell/test/EXPRESSIONS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS index a1e3137..2692c31 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"] @@ -173,6 +174,7 @@ } , "timeout scaling": {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} + , "execution properties": {"type": "var", "name": "target properties"} } , "else": { "type": "ACTION" @@ -194,6 +196,7 @@ } , "timeout scaling": {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} + , "execution properties": {"type": "var", "name": "target properties"} } } } @@ -208,6 +211,7 @@ , "runner" , "deps-fieldname" , "deps-transition" + , "target properties" ] , "imports": {"action": "test-action"} , "expression": |