diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-08 15:33:26 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-08 17:24:12 +0200 |
commit | 1554fa58e852bbab0516397043234d995f1e519d (patch) | |
tree | 22c50ec6062419384145b6dc67e3d811758a4f45 /test/end-to-end/remote-execution/TARGETS | |
parent | c08837b3d99b85e9a0ffc476b13c52199717ab70 (diff) | |
download | justbuild-1554fa58e852bbab0516397043234d995f1e519d.tar.gz |
Add end-to-end test verifying tree operations work with remote execution
Diffstat (limited to 'test/end-to-end/remote-execution/TARGETS')
-rw-r--r-- | test/end-to-end/remote-execution/TARGETS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS index 2aae6270..90b72292 100644 --- a/test/end-to-end/remote-execution/TARGETS +++ b/test/end-to-end/remote-execution/TARGETS @@ -78,6 +78,13 @@ , "test": ["add-to-cas.sh"] , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } +, "tree-ops": + { "type": ["end-to-end", "with remote"] + , "name": ["tree-ops"] + , "test": ["tree-ops.sh"] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] + , "keep": ["out/graph.json", "out/artifacts.json", "out/log"] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["remote-execution"] @@ -107,6 +114,11 @@ , "else": ["add-to-cas"] } , { "type": "if" + , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} + , "then": [] + , "else": ["tree-ops"] + } + , { "type": "if" , "cond": {"type": "var", "name": "DROP_IO_HEAVY_TESTS"} , "else": ["split-splice"] } |