diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-06 14:45:05 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-06 14:45:05 +0100 |
commit | 9daa85fed4535baecc092133aab337bd27726ff2 (patch) | |
tree | 0629c28148d2944e49ecdacf1fa1424a0e17ea0a /rules/CC/test | |
parent | 02490fb528ed90702eb4b71917f33ec9aa894252 (diff) | |
parent | 2b07a15b20ed814f253ec3bc7f0ee089ccd066f2 (diff) | |
download | rules-cc-9daa85fed4535baecc092133aab337bd27726ff2.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/test')
-rw-r--r-- | rules/CC/test/EXPRESSIONS | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/rules/CC/test/EXPRESSIONS b/rules/CC/test/EXPRESSIONS index b12b80d..1389bbc 100644 --- a/rules/CC/test/EXPRESSIONS +++ b/rules/CC/test/EXPRESSIONS @@ -377,19 +377,16 @@ } ] , [ "artifacts" - , { "type": "map_union" + , { "type": "`" , "$1": - [ { "type": "singleton_map" - , "key": "pwd" - , "value": {"type": "BLOB", "data": "/summary"} - } - , {"type": "var", "name": "summary"} - , { "type": "singleton_map" - , "key": "work" - , "value": + { "pwd": + {"type": ",", "$1": {"type": "BLOB", "data": "/summary"}} + , "work": + { "type": "," + , "$1": {"type": "TREE", "$1": {"type": "var", "name": "attempts"}} } - ] + } } ] , [ "runfiles" |