summaryrefslogtreecommitdiff
path: root/test/end-to-end/TARGETS
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2023-10-20 17:43:45 +0200
committerAlberto Sartori <alberto.sartori@huawei.com>2023-11-15 20:19:18 +0100
commit767716edc1a2aa930dd142a42a2d664addf151c1 (patch)
tree43288a7cb0372cb88fba1a8b5e99cc31bf7d6a00 /test/end-to-end/TARGETS
parent4e70813985c2487f3602193cbb0cc76ce345602b (diff)
downloadjustbuild-767716edc1a2aa930dd142a42a2d664addf151c1.tar.gz
just-serve: add end-to-end tests
serve_target_remote_build.sh should be updated once just-serve can orchestrate the remote build
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r--test/end-to-end/TARGETS40
1 files changed, 25 insertions, 15 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS
index 4ec2fe5d..ef7242b2 100644
--- a/test/end-to-end/TARGETS
+++ b/test/end-to-end/TARGETS
@@ -50,22 +50,32 @@
}
, "TESTS":
{ "type": "install"
+ , "arguments_config": ["TEST_BOOTSTRAP_JUST_MR"]
, "tainted": ["test"]
, "dirs":
- [ [["./", "actions", "TESTS"], "actions"]
- , [["./", "cli", "TESTS"], "cli"]
- , [["./", "generated-binary", "TESTS"], "generated-binary"]
- , [["./", "target-tests", "TESTS"], "targets"]
- , [["./", "user-errors", "TESTS"], "user-errors"]
- , [["./", "built-in-rules", "TESTS"], "built-in-rules"]
- , [["./", "build-fails", "TESTS"], "build-fails"]
- , [["./", "remote-execution", "TESTS"], "remote-execution"]
- , [["./", "target-cache", "TESTS"], "target-cache"]
- , [["./", "just-mr", "TESTS"], "just-mr"]
- , [["./", "git-import", "TESTS"], "git-import"]
- , [["./", "gc", "TESTS"], "gc"]
- , [["./", "execution-service", "TESTS"], "execution-service"]
- , [["./", "symlinks", "TESTS"], "symlinks"]
- ]
+ { "type": "++"
+ , "$1":
+ [ [ [["./", "actions", "TESTS"], "actions"]
+ , [["./", "cli", "TESTS"], "cli"]
+ , [["./", "generated-binary", "TESTS"], "generated-binary"]
+ , [["./", "target-tests", "TESTS"], "targets"]
+ , [["./", "user-errors", "TESTS"], "user-errors"]
+ , [["./", "built-in-rules", "TESTS"], "built-in-rules"]
+ , [["./", "build-fails", "TESTS"], "build-fails"]
+ , [["./", "remote-execution", "TESTS"], "remote-execution"]
+ , [["./", "target-cache", "TESTS"], "target-cache"]
+ , [["./", "just-mr", "TESTS"], "just-mr"]
+ , [["./", "git-import", "TESTS"], "git-import"]
+ , [["./", "gc", "TESTS"], "gc"]
+ , [["./", "execution-service", "TESTS"], "execution-service"]
+ , [["./", "symlinks", "TESTS"], "symlinks"]
+ ]
+ , { "type": "if"
+ , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"}
+ , "then": []
+ , "else": [[["./", "serve-service", "TESTS"], "serve-service"]]
+ }
+ ]
+ }
}
}