From 666dfd41796860c1b33032de85ee9bb1c8f9bc9d Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Wed, 28 Jan 2026 10:46:10 +0000 Subject: [PATCH] Add job_scheduling to docker-compose.yml --- tig-benchmarker/postgres/init.sql | 6 ++++++ tig-benchmarker/slave.yml | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tig-benchmarker/postgres/init.sql b/tig-benchmarker/postgres/init.sql index 482d73b5..4fdd2025 100644 --- a/tig-benchmarker/postgres/init.sql +++ b/tig-benchmarker/postgres/init.sql @@ -148,6 +148,12 @@ SELECT ' "track_settings": {}, "weight": 1, "batch_size": 8 + }, + { + "algorithm_id": "c007_a001", + "track_settings": {}, + "weight": 1, + "batch_size": 8 } ], "time_before_batch_retry": 60000, diff --git a/tig-benchmarker/slave.yml b/tig-benchmarker/slave.yml index ee76ca46..b4c90573 100644 --- a/tig-benchmarker/slave.yml +++ b/tig-benchmarker/slave.yml @@ -55,4 +55,9 @@ services: neuralnet_optimizer: <<: [*common, *common-gpu] image: ghcr.io/tig-foundation/tig-monorepo/neuralnet_optimizer/runtime:${VERSION} - container_name: neuralnet_optimizer \ No newline at end of file + container_name: neuralnet_optimizer + + job_scheduling: + <<: *common + image: ghcr.io/tig-foundation/tig-monorepo/job_scheduling/runtime:${VERSION} + container_name: job_scheduling \ No newline at end of file