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/EXPRESSIONS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/end-to-end/EXPRESSIONS') diff --git a/test/end-to-end/EXPRESSIONS b/test/end-to-end/EXPRESSIONS index 20b9cb6a..3348d460 100644 --- a/test/end-to-end/EXPRESSIONS +++ b/test/end-to-end/EXPRESSIONS @@ -7,6 +7,7 @@ , "keep" , "transition" , "TEST_COMPATIBLE_REMOTE" + , "TEST_REMOTE_EXECUTION" ] , "imports": { "artifacts_list": ["@", "rules", "", "field_artifacts_list"] @@ -99,6 +100,9 @@ , "then": "true" , "else": "false" } + , { "type": "json_encode" + , "$1": {"type": "var", "name": "TEST_REMOTE_EXECUTION"} + } ] , {"type": "var", "name": "keep"} ] @@ -166,6 +170,7 @@ , "deps-fieldname" , "transition" , "TEST_COMPATIBLE_REMOTE" + , "TEST_REMOTE_EXECUTION" ] , "imports": {"action": "test-action"} , "expression": -- cgit v1.2.3