diff options
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"] } |