diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-15 12:37:50 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-20 14:36:35 +0100 |
commit | 1ea25cc86133e1e54a8eb10bdd4aa714fa4a187d (patch) | |
tree | f9fcaeec26dccff4f5dd09f55d1bb5eeeb1ac1bc /test/end-to-end/RULES | |
parent | 027d8d010948c92abc67fd6410f5a88944973392 (diff) | |
download | justbuild-1ea25cc86133e1e54a8eb10bdd4aa714fa4a187d.tar.gz |
with_serve tests: support standalone serve
... i.e., support testing the use case that the serve instance simultaneously
acts as remote-execution endpoint.
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r-- | test/end-to-end/RULES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 04a06a89..01b11ddc 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -235,6 +235,7 @@ , "RUNS_PER_TEST" , "TEST_ENV" , "TEST_COMPATIBLE_REMOTE" + , "TEST_STANDALONE_SERVE" , "TIMEOUT_SCALE" ] , "field_doc": @@ -382,6 +383,13 @@ } } ] + , [ "TEST_REMOTE_EXECUTION" + , { "type": "if" + , "cond": {"type": "var", "name": "TEST_STANDALONE_SERVE"} + , "then": true + , "else": false + } + ] ] , "body": { "type": "if" |