From 0b8f640e79c7dc81a963759334e81f397be37475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wieczorek?= Date: Wed, 3 Jul 2024 21:14:55 +0200 Subject: [PATCH] docker-compose.yaml: add lava-pengutronix runtime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add runtime argument 'lava-pengutronix' to 'scheduler-lava' service. This will enable the pipeline to run and submit jobs to Pengutronix LAVA lab. This configuration file is still used by the staging environment. Signed-off-by: Paweł Wieczorek --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index edd188a3c..716283265 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -98,6 +98,7 @@ services: - 'lava-baylibre' - 'lava-qualcomm' - 'lava-cip' + - 'lava-pengutronix' extra_hosts: - "host.docker.internal:host-gateway"