Skip to content

Commit 73ab33e

Browse files
committed
fix: build lava-callback container images using kci-core
Signed-off-by: Simone Tollardo <[email protected]>
1 parent 1cd9026 commit 73ab33e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

localinstall/1-rebuild_all.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,18 @@ failonerror
9898
echo Build docker images: pipeline
9999
./kci docker $args kernelci pipeline --version="$pipeline_rev"
100100
failonerror
101+
echo Build docker images: lava-callback
102+
./kci docker $args kernelci lava-callback --version="$pipeline_rev"
103+
failonerror
101104
echo Tag docker image of api to latest
102105
docker tag local/staging-kernelci:api-$api_rev local/staging-kernelci:api
103106
failonerror
104107
echo Tag docker image of pipeline to latest
105108
docker tag local/staging-kernelci:pipeline-$pipeline_rev local/staging-kernelci:pipeline
106109
failonerror
110+
echo Tag docker image of lava-callback to latest
111+
docker tag local/staging-kernelci:lava-callback-$pipeline_rev local/staging-kernelci:lava-callback
112+
failonerror
107113
echo Build docker images: clang-17+kselftest+kernelci for x86
108114
./kci docker $args clang-17 kselftest kernelci --arch x86
109115
failonerror

0 commit comments

Comments
 (0)