File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
9
9
10
10
kcidb :
11
11
container_name : ' kernelci-pipeline-kcidb'
12
+ image : ' kernelci/staging-kernelci:pipeline'
12
13
env_file : ['.env']
13
14
stop_signal : ' SIGINT'
14
15
networks : ['kcidb']
@@ -18,7 +19,7 @@ services:
18
19
- ' run'
19
20
- ' --name=pipeline_kcidb'
20
21
volumes :
21
- - ' ./src:/home/kernelci/pipeline'
22
+ # - './src:/home/kernelci/pipeline'
22
23
- ' ./config:/home/kernelci/config'
23
24
- ' ./data/kcidb:/home/kernelci/data/kcidb'
24
25
- ' ./logs:/home/kernelci/logs'
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ services:
10
10
lava-callback :
11
11
container_name : ' kernelci-pipeline-lava-callback'
12
12
networks : ['lava-callback']
13
+ image : ' kernelci/staging-kernelci:lava-callback'
13
14
env_file : ['.env']
14
15
ports :
15
16
- ' ${LAVA_CALLBACK_PORT:-8100}:8000'
16
17
# With Werkzeug development server, not suitable for a public instance
17
18
command :
18
19
- ' ./src/lava_callback.py'
19
20
volumes :
20
- - ' ./src:/home/kernelci/pipeline'
21
+ # - './src:/home/kernelci/pipeline'
21
22
- ' ./config:/home/kernelci/config'
22
23
- ' ./data/ssh:/home/kernelci/data/ssh'
23
24
restart : on-failure
You can’t perform that action at this time.
0 commit comments