From 1554fa58e852bbab0516397043234d995f1e519d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 8 Apr 2025 15:33:26 +0200 Subject: Add end-to-end test verifying tree operations work with remote execution --- test/end-to-end/remote-execution/TARGETS | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/end-to-end/remote-execution/TARGETS') 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"] @@ -106,6 +113,11 @@ , "then": [] , "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"] -- cgit v1.2.3