diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-04-20 13:01:38 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-04-21 09:42:15 +0200 |
commit | 70dffcedcbe6c399038adafd7c8b8555a6bfda26 (patch) | |
tree | 28f0f77b57f7ea84afe09be1d6911cfa980c8916 /test/end-to-end/EXPRESSIONS | |
parent | f65776770fbd83a91095db2d346ae0ad3e0bbcef (diff) | |
download | justbuild-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/EXPRESSIONS')
-rw-r--r-- | test/end-to-end/EXPRESSIONS | 5 |
1 files changed, 5 insertions, 0 deletions
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": |