From 70dffcedcbe6c399038adafd7c8b8555a6bfda26 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Thu, 20 Apr 2023 13:01:38 +0200 Subject: ["test/end-to-end", "with remote"]: allow for the usage of a given remote endpoint This can be useful, for example, to test if justbuild can successfully communicate with the specified remote execution service. --- test/end-to-end/RULES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/end-to-end/RULES') diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 6c55e8cf..af15181e 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -11,6 +11,7 @@ , "RUNS_PER_TEST" , "TEST_ENV" , "TEST_COMPATIBLE_REMOTE" + , "TEST_REMOTE_EXECUTION" ] , "field_doc": { "test": @@ -44,6 +45,11 @@ , "TEST_ENV": ["The environment for executing the test runner."] , "TEST_COMPATIBLE_REMOTE": ["If true, run the remote execution in compatible mode."] + , "TEST_REMOTE_EXECUTION": + [ "JSON object (aka map) containing at least \"interface\" and \"port\"." + , "If the remote execution service requires additional arguments, they can be listed" + , "in the list of strings named \"args\"." + ] } , "tainted": ["test"] , "artifacts_doc": -- cgit v1.2.3