summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-08 15:33:26 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-08 17:24:12 +0200
commit1554fa58e852bbab0516397043234d995f1e519d (patch)
tree22c50ec6062419384145b6dc67e3d811758a4f45 /test/end-to-end/remote-execution/TARGETS
parentc08837b3d99b85e9a0ffc476b13c52199717ab70 (diff)
downloadjustbuild-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/TARGETS12
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"]
}