summaryrefslogtreecommitdiff
path: root/test/end-to-end/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-03-15 12:37:50 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-03-20 14:36:35 +0100
commit1ea25cc86133e1e54a8eb10bdd4aa714fa4a187d (patch)
treef9fcaeec26dccff4f5dd09f55d1bb5eeeb1ac1bc /test/end-to-end/RULES
parent027d8d010948c92abc67fd6410f5a88944973392 (diff)
downloadjustbuild-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/RULES8
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"