Skip to content

Commit 8cf521f

Browse files
author
Jeny Sadadia
committed
docker-compose.yaml: add job-retry container
Add container to run `job_retry` service. Signed-off-by: Jeny Sadadia <[email protected]>
1 parent fa55a8a commit 8cf521f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docker-compose.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,16 @@ services:
201201
- './data/src:/home/kernelci/data/src'
202202
- './data/output:/home/kernelci/data/output'
203203
- './logs:/home/kernelci/logs'
204+
205+
job-retry:
206+
<<: *base-service
207+
container_name: 'kernelci-pipeline-job-retry'
208+
command:
209+
- './src/job_retry.py'
210+
- '--settings=${KCI_SETTINGS:-/home/kernelci/config/kernelci.toml}'
211+
- 'run'
212+
volumes:
213+
- './config:/home/kernelci/config'
214+
- './logs:/home/kernelci/logs'
215+
extra_hosts:
216+
- "host.docker.internal:host-gateway"

0 commit comments

Comments
 (0)