summaryrefslogtreecommitdiff
path: root/test/end-to-end/RULES
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2023-04-20 13:01:38 +0200
committerAlberto Sartori <alberto.sartori@huawei.com>2023-04-21 09:42:15 +0200
commit70dffcedcbe6c399038adafd7c8b8555a6bfda26 (patch)
tree28f0f77b57f7ea84afe09be1d6911cfa980c8916 /test/end-to-end/RULES
parentf65776770fbd83a91095db2d346ae0ad3e0bbcef (diff)
downloadjustbuild-70dffcedcbe6c399038adafd7c8b8555a6bfda26.tar.gz
["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.
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r--test/end-to-end/RULES6
1 files changed, 6 insertions, 0 deletions
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":