Skip to content

Commit

Permalink
Fix CI tests (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel authored Dec 9, 2024
1 parent 7fae94e commit 6245eae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/bee_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ cat >> $BEE_CONFIG <<EOF
[DEFAULT]
bee_workdir = $BEE_WORKDIR
bee_archive_dir = $BEE_WORKDIR/archives
bee_droppoint = $BEE_WORKDIR/droppoint
workload_scheduler = $WORKLOAD_SCHEDULER
neo4j_image = $NEO4J_CONTAINER
redis_image = $REDIS_CONTAINER
max_restarts = 2
remote_api = False
remote_api_port = 7777
delete_completed_workflow_dirs = True
[task_manager]
container_runtime = Charliecloud
Expand All @@ -39,9 +43,6 @@ default_partition =
[graphdb]
hostname = localhost
dbpass = password
bolt_port = 7687
http_port = 7474
https_port = 7473
gdb_image_mntdir = /tmp
sleep_time = 10
Expand Down

0 comments on commit 6245eae

Please sign in to comment.