Skip to content

Commit

Permalink
(docker-compose): Prepare staging for workflows
Browse files Browse the repository at this point in the history
To prepare for workflows we need to ignore local sources,
and use docker staging images built in github workflows.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Feb 28, 2025
1 parent b653e27 commit 9b47873
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- '--settings=${KCI_SETTINGS:-/home/kernelci/config/kernelci.toml}'
- 'run'
volumes: &base-volumes
- './src:/home/kernelci/pipeline'
# - './src:/home/kernelci/pipeline'
- './config:/home/kernelci/config'
- './logs:/home/kernelci/logs'
extra_hosts:
Expand All @@ -36,7 +36,7 @@ services:
- 'run'
- '--config=${CONFIG:-/home/kernelci/config/result-summary.yaml}'
volumes:
- './src:/home/kernelci/pipeline'
# - './src:/home/kernelci/pipeline'
- './config:/home/kernelci/config'
- './data/output:/home/kernelci/data/output'
- './logs:/home/kernelci/logs'
Expand All @@ -54,7 +54,7 @@ services:
- '--runtimes=shell'
- '--name=scheduler'
volumes:
- './src:/home/kernelci/pipeline'
# - './src:/home/kernelci/pipeline'
- './config:/home/kernelci/config'
- './data/output:/home/kernelci/data/output'
- './data/k8s-credentials/.kube:/home/kernelci/.kube'
Expand All @@ -77,7 +77,7 @@ services:
- '--runtimes=docker'
- '--name=scheduler_docker'
volumes:
- './src:/home/kernelci/pipeline'
# - './src:/home/kernelci/pipeline'
- './config:/home/kernelci/config'
- './data/output:/home/kernelci/data/output'
- './.docker-env:/home/kernelci/.docker-env'
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
- 'run'
- '--name=tarball'
volumes:
- './src:/home/kernelci/pipeline'
# - './src:/home/kernelci/pipeline'
- './config:/home/kernelci/config'
- './data/ssh:/home/kernelci/data/ssh'
- './data/src:/home/kernelci/data/src'
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
- 'run'
- '--name=patchset'
volumes:
- './src:/home/kernelci/pipeline'
# - './src:/home/kernelci/pipeline'
- './config:/home/kernelci/config'
- './data/ssh:/home/kernelci/data/ssh'
- './data/src:/home/kernelci/data/src'
Expand Down

0 comments on commit 9b47873

Please sign in to comment.