Skip to content

Commit c400a81

Browse files
fixed bug in CI due: benchmarks/docker-compose.yml overrides the image to the freshly built SHA tag but doesn't override the command, so the new binary (which uses _ms arg names) received the old arg names from asap-quickstart/docker-compose.yml
1 parent 6309397 commit c400a81

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

benchmarks/docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
services:
1313
asap-planner-rs:
1414
image: ghcr.io/projectasap/asap-planner-rs:${ASAP_IMAGE_TAG}
15+
command:
16+
- "--input_config=/config/controller-config.yaml"
17+
- "--output_dir=/asap-planner-output"
18+
- "--prometheus_scrape_interval_ms=1000"
19+
- "--streaming_engine=precompute"
20+
- "--range-duration-ms=300000"
21+
- "--step-ms=10000"
22+
- "-v"
1523

1624
queryengine:
1725
image: ghcr.io/projectasap/asap-query-engine:${ASAP_IMAGE_TAG}

0 commit comments

Comments
 (0)