diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-15 15:37:10 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-16 15:19:07 +0100 |
commit | 04486312bdba9b610edbd71d23b5f4a428e04a40 (patch) | |
tree | 45b71484b077f9c9aad7a83901061bf664225265 /test/end-to-end/RULES | |
parent | 4a7517b4c638118abcff6bc406171bf9566be2fc (diff) | |
download | justbuild-04486312bdba9b610edbd71d23b5f4a428e04a40.tar.gz |
test: Check that serve service works in compatible mode
Added compatibility envariable to the with_serve rule, guarded
tests using --fetch-absent such that they run only in native mode,
and made all serve-service tests aware of the compatibility flag.
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r-- | test/end-to-end/RULES | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index a1954ac4..84e771f5 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -216,7 +216,13 @@ ] , "target_fields": ["deps", "test", "repos"] , "string_fields": ["keep", "name"] - , "config_vars": ["ARCH", "HOST_ARCH", "RUNS_PER_TEST", "TEST_ENV"] + , "config_vars": + [ "ARCH" + , "HOST_ARCH" + , "RUNS_PER_TEST" + , "TEST_ENV" + , "TEST_COMPATIBLE_REMOTE" + ] , "field_doc": { "test": [ "The shell script for the test, launched with sh." @@ -254,6 +260,8 @@ , "If set, no test action will be taken from cache." ] , "TEST_ENV": ["The environment for executing the test runner."] + , "TEST_COMPATIBLE_REMOTE": + ["If true, run the remote execution in compatible mode."] } , "tainted": ["test"] , "artifacts_doc": |